Skip to content

Commit c08e872

Browse files
committed
Minor eslint changes
1 parent 6653097 commit c08e872

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.eslintrc.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@
1919
"plugin:react/recommended",
2020
"prettier"
2121
],
22-
"globals": {
23-
"sleep": 1
24-
},
2522
"rules": {
2623
"prettier/prettier": "error",
2724
"react/prop-types": 0,
2825
"react/no-unknown-property": 0,
2926
"react/no-unescaped-entities": 0,
30-
"no-console": ["warn", { "allow": ["warn", "error"] }]
27+
"no-console": ["warn", { "allow": ["warn", "error"] }],
28+
"no-unused-vars": [
29+
"error",
30+
{ "vars": "all", "args": "none", "ignoreRestSiblings": true }
31+
]
3132
}
3233
}

0 commit comments

Comments
 (0)