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.
no-unused-vars
1 parent 54bd28d commit eae37abCopy full SHA for eae37ab
lib/configs/typescript.js
@@ -4,6 +4,7 @@ module.exports = {
4
plugins: ['@typescript-eslint', 'github'],
5
rules: {
6
camelcase: 'off',
7
+ 'no-unused-vars': 'off',
8
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
9
'@typescript-eslint/no-use-before-define': 'off',
10
'@typescript-eslint/explicit-member-accessibility': 'off',
0 commit comments