Skip to content

Commit 0020a5c

Browse files
committed
test: fix tests eslint
1 parent 1b9da8e commit 0020a5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module.exports = {
2121
'sonarjs/no-nested-functions': 'off',
2222
'unicorn/consistent-function-scoping': 'off',
2323
'unicorn/no-this-assignment': 'off',
24-
'@typescript-eslint/ban-ts-comment': 'off'
24+
'@typescript-eslint/ban-ts-comment': 'off',
25+
'@typescript-eslint/no-this-alias': 'off'
2526
},
2627
parserOptions: {
2728
project: 'tsconfig.test.json',

0 commit comments

Comments
 (0)