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 f267732 commit d84111cCopy full SHA for d84111c
.eslintrc.js
@@ -37,5 +37,6 @@ module.exports = {
37
'comma-dangle': ['error', 'always-multiline'],
38
'space-infix-ops': ['error'],
39
'no-multi-spaces': ['error'],
40
+ '@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
41
},
42
}
0 commit comments