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 1b9da8e commit 0020a5cCopy full SHA for 0020a5c
.eslintrc.cjs
@@ -21,7 +21,8 @@ module.exports = {
21
'sonarjs/no-nested-functions': 'off',
22
'unicorn/consistent-function-scoping': 'off',
23
'unicorn/no-this-assignment': 'off',
24
- '@typescript-eslint/ban-ts-comment': 'off'
+ '@typescript-eslint/ban-ts-comment': 'off',
25
+ '@typescript-eslint/no-this-alias': 'off'
26
},
27
parserOptions: {
28
project: 'tsconfig.test.json',
0 commit comments