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 3810de7 commit bad0ecbCopy full SHA for bad0ecb
.eslintrc.js
@@ -11,7 +11,7 @@ module.exports = {
11
'error',
12
// we are only using this rule to check for unused arguments since TS
13
// catches unused variables but not args.
14
- { varsIgnorePattern: '.*', args: 'after-used', argsIgnorePattern: '^_' }
+ { varsIgnorePattern: '.*', args: 'none' }
15
],
16
// most of the codebase are expected to be env agnostic
17
'no-restricted-globals': ['error', ...DOMGlobals, ...NodeGlobals],
0 commit comments