We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242a25e commit 0c5f6efCopy full SHA for 0c5f6ef
1 file changed
.eslintrc.js
@@ -4,7 +4,6 @@ module.exports = {
4
"eslint:recommended",
5
"plugin:react/recommended",
6
"plugin:@typescript-eslint/recommended",
7
- "@react-native-community",
8
"prettier",
9
],
10
ignorePatterns: [
@@ -18,15 +17,14 @@ module.exports = {
18
17
19
parser: "@typescript-eslint/parser",
20
plugins: [
21
- "import",
22
"react",
23
"react-native",
24
25
"react-hooks",
+ "jest",
26
"@typescript-eslint",
27
"promise",
28
- "jest",
29
- "unused-imports",
+ "unused-imports"
30
31
env: {
32
browser: true,
0 commit comments