Skip to content

Commit 3dc21b8

Browse files
authored
Merge pull request #294 from saigontechnology/fix/eslint-config
fix: eslint config error when init source
2 parents b6e6ea4 + 55320e5 commit 3dc21b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

template/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"@babel/core": "^7.25.2",
5050
"@babel/preset-env": "^7.20.0",
5151
"@babel/runtime": "^7.20.0",
52-
"@react-native-community/eslint-config": "^3.2.0",
5352
"@react-native/babel-preset": "0.74.87",
5453
"@react-native/eslint-config": "0.76.1",
5554
"@react-native/metro-config": "0.74.87",
@@ -59,15 +58,15 @@
5958
"@types/react": "^18.2.6",
6059
"@types/react-native": "^0.71.8",
6160
"@types/react-test-renderer": "^18.0.0",
62-
"@typescript-eslint/eslint-plugin": "^5.62.0",
63-
"@typescript-eslint/parser": "^5.62.0",
61+
"@typescript-eslint/eslint-plugin": "^7.18.0",
62+
"@typescript-eslint/parser": "^7.18.0",
6463
"babel-jest": "^29.6.3",
6564
"eslint": "^8.53.0",
6665
"eslint-plugin-import": "^2.29.1",
6766
"eslint-plugin-jest": "^28.5.0",
6867
"eslint-plugin-react": "^7.32.2",
6968
"eslint-plugin-react-hooks": "^4.6.0",
70-
"eslint-plugin-unused-imports": "^2.0.0",
69+
"eslint-plugin-unused-imports": "^3.2.0",
7170
"husky": "^9.1.4",
7271
"jest": "^29.6.3",
7372
"metro-react-native-babel-preset": "0.77.0",

0 commit comments

Comments
 (0)