We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5c465 commit 825f0baCopy full SHA for 825f0ba
.eslintrc.js
@@ -20,6 +20,7 @@ module.exports = {
20
},
21
rules: {
22
'no-unused-vars': ['error', {
23
+ 'argsIgnorePattern': '^_',
24
'varsIgnorePattern': '^_'
25
}],
26
0 commit comments