|
15 | 15 | "android": "dotenv -c -- expo run:android", |
16 | 16 | "ios": "dotenv -c -- expo run:ios", |
17 | 17 | "web": "dotenv -c -- expo start --web", |
18 | | - "lint": "expo lint", |
| 18 | + "lint": "biome lint .", |
19 | 19 | "typecheck": "tsc --noEmit", |
20 | | - "prettier": "prettier **/src/**/*.{ts,tsx} --check", |
21 | | - "format:eslint": "eslint --fix", |
22 | | - "format:prettier": "prettier --write \"./**/*.{cjs,mjs,ts,tsx,scss,json}\"" |
| 20 | + "format": "biome format --write .", |
| 21 | + "check": "biome check .", |
| 22 | + "check:fix": "biome check --write ." |
23 | 23 | }, |
24 | 24 | "jest": { |
25 | 25 | "collectCoverage": true, |
|
89 | 89 | }, |
90 | 90 | "devDependencies": { |
91 | 91 | "@babel/core": "7.28.5", |
92 | | - "@eslint/eslintrc": "3.3.3", |
93 | | - "@eslint/js": "9.39.2", |
94 | 92 | "@jest/globals": "30.2.0", |
95 | 93 | "@testing-library/react-native": "13.1.1", |
96 | 94 | "@types/jest": "29.5.14", |
97 | 95 | "@types/lodash": "4.17.21", |
98 | 96 | "@types/node": "24.10.4", |
99 | 97 | "@types/react": "19.2.7", |
100 | | - "@typescript-eslint/eslint-plugin": "8.50.0", |
101 | | - "@typescript-eslint/parser": "8.50.0", |
102 | 98 | "babel-plugin-react-compiler": "19.1.0-rc.3", |
103 | 99 | "babel-preset-expo": "54.0.8", |
104 | 100 | "dotenv-cli": "11.0.0", |
105 | | - "eslint-config-expo": "10.0.0", |
106 | | - "eslint-plugin-prettier": "5.5.4", |
107 | | - "eslint-plugin-react-compiler": "19.1.0-rc.2", |
108 | | - "eslint-plugin-unused-imports": "4.3.0", |
109 | | - "eslint": "9.39.2", |
110 | 101 | "expo-module-scripts": "5.0.8", |
111 | 102 | "jest-expo": "54.0.16", |
112 | 103 | "jest": "29.7.0", |
113 | | - "prettier-eslint": "16.4.2", |
114 | | - "prettier-plugin-tailwindcss": "0.7.2", |
115 | | - "prettier": "3.7.4", |
116 | 104 | "react-native-svg-transformer": "1.5.2", |
117 | 105 | "ts-jest": "29.4.6", |
118 | 106 | "ts-node": "10.9.2", |
|
0 commit comments