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.
2 parents a1c9a82 + f1981cd commit c99f63aCopy full SHA for c99f63a
src/index.js
@@ -30,7 +30,11 @@ const base = [
30
'array-callback-return': ['error', { checkForEach: true }],
31
'@typescript-eslint/no-unused-vars': [
32
'error',
33
- { argsIgnorePattern: '^_', ignoreRestSiblings: true },
+ {
34
+ argsIgnorePattern: '^_',
35
+ ignoreRestSiblings: true,
36
+ reportUsedIgnorePattern: true,
37
+ },
38
],
39
'@typescript-eslint/array-type': [
40
0 commit comments