We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd03322 commit 5c5623aCopy full SHA for 5c5623a
1 file changed
eslint.json
@@ -4,6 +4,10 @@
4
"node": true
5
},
6
"rules": {
7
+ "no-unused-vars": ["error",
8
+ { "vars": "all",
9
+ "args": "after-used",
10
+ "ignoreRestSiblings": false }],
11
"no-constant-condition": 0,
12
"no-underscore-dangle": 0,
13
"camelcase": 0,
0 commit comments