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