Skip to content

Commit 0f7a84e

Browse files
committed
chore: update eslint deps using expo config instead of community plugin
1 parent b6de0af commit 0f7a84e

File tree

2 files changed

+447
-145
lines changed

2 files changed

+447
-145
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"@dev-plugins/react-navigation": "^0.0.6",
8989
"@dev-plugins/react-query": "^0.0.6",
9090
"@expo/config": "~9.0.2",
91-
"@react-native-community/eslint-config": "^3.2.0",
9291
"@testing-library/jest-dom": "^5.17.0",
9392
"@testing-library/react-native": "^12.5.0",
9493
"@types/i18n-js": "^3.8.9",
@@ -102,7 +101,10 @@
102101
"cross-env": "^7.0.3",
103102
"dotenv": "^16.4.5",
104103
"eslint": "^8.57.0",
104+
"eslint-config-expo": "^7.1.2",
105+
"eslint-config-prettier": "^9.1.0",
105106
"eslint-plugin-i18n-json": "^4.0.0",
107+
"eslint-plugin-prettier": "^5.2.1",
106108
"eslint-plugin-simple-import-sort": "^10.0.0",
107109
"eslint-plugin-tailwindcss": "^3.15.2",
108110
"eslint-plugin-testing-library": "^6.2.2",
@@ -116,7 +118,7 @@
116118
"lint-staged": "^13.3.0",
117119
"metro-babel-register": "^0.73.10",
118120
"np": "^7.7.0",
119-
"prettier": "^2.8.8",
121+
"prettier": "^3.3.3",
120122
"react-test-renderer": "^18.3.1",
121123
"tailwindcss": "3.3.2",
122124
"ts-jest": "^29.1.2",

0 commit comments

Comments
 (0)