We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa33ad commit bd4c08dCopy full SHA for bd4c08d
1 file changed
template/package.json
@@ -29,7 +29,7 @@
29
"react-native": "^0.71.3"
30
},
31
"devDependencies": {
32
- "@react-native-community/eslint-config": "3.2.0",
+ "@react-native/eslint-config": "^0.72.2",
33
"@types/jest": "^29.5.2",
34
"@types/react": "^18.2.13",
35
"@types/react-native": "^0.72.2",
@@ -55,7 +55,7 @@
55
],
56
"eslintConfig": {
57
"root": true,
58
- "extends": "@react-native-community",
+ "extends": "@react-native",
59
"rules": {
60
"semi": 0
61
0 commit comments