Skip to content

Commit e9bd734

Browse files
committed
fix: lint error
1 parent 0a05387 commit e9bd734

File tree

4 files changed

+9367
-6461
lines changed

4 files changed

+9367
-6461
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['@react-native-community'],
2+
extends: ['@react-native'],
33
};

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,6 @@ bundles/
5151

5252
android/gradle
5353
android/gradlew
54-
android/gradlew.bat
54+
android/gradlew.bat
55+
56+
.yarn

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"types",
3333
"RNCMaskedView.podspec"
3434
],
35-
"dependencies": {},
3635
"devDependencies": {
37-
"@react-native-community/eslint-config": "^3.2.0",
36+
"@react-native/eslint-config": "^0.76.1",
3837
"@types/react-native": "^0.72.8",
39-
"eslint": "^7.20.0",
38+
"eslint": "8",
39+
"eslint-plugin-ft-flow": "^3.0.11",
4040
"flow-bin": "^0.246.0",
4141
"prettier": "^3.3.3",
4242
"react-native": "0.75.3",
@@ -52,5 +52,6 @@
5252
},
5353
"publishConfig": {
5454
"access": "public"
55-
}
55+
},
56+
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
5657
}

0 commit comments

Comments
 (0)