Skip to content

Commit 0c5f6ef

Browse files
authored
Update .eslintrc.js
1 parent 242a25e commit 0c5f6ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.eslintrc.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = {
44
"eslint:recommended",
55
"plugin:react/recommended",
66
"plugin:@typescript-eslint/recommended",
7-
"@react-native-community",
87
"prettier",
98
],
109
ignorePatterns: [
@@ -18,15 +17,14 @@ module.exports = {
1817
],
1918
parser: "@typescript-eslint/parser",
2019
plugins: [
21-
"import",
2220
"react",
2321
"react-native",
2422
"prettier",
2523
"react-hooks",
24+
"jest",
2625
"@typescript-eslint",
2726
"promise",
28-
"jest",
29-
"unused-imports",
27+
"unused-imports"
3028
],
3129
env: {
3230
browser: true,

0 commit comments

Comments
 (0)