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 a8ec7ad + f8114bc commit 641649aCopy full SHA for 641649a
lib/configs/typescript.js
@@ -6,6 +6,8 @@ module.exports = {
6
camelcase: 'off',
7
'no-unused-vars': 'off',
8
'no-shadow': 'off',
9
+ 'no-invalid-this': "off",
10
+ '@typescript-eslint/no-invalid-this': ['error'],
11
'@typescript-eslint/no-shadow': ['error'],
12
'@typescript-eslint/interface-name-prefix': 'off',
13
'@typescript-eslint/array-type': ['error', {default: 'array-simple'}],
0 commit comments