Skip to content

Commit 4ef6a76

Browse files
committed
disable @typescript-eslint/no-this-alias
1 parent faca718 commit 4ef6a76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"consistent-return": "off",
4545
"camelcase": "off",
4646
"@typescript-eslint/camelcase": "off",
47+
"@typescript-eslint/no-this-alias": "off",
4748
"curly": [
4849
"error",
4950
"multi-line",

0 commit comments

Comments
 (0)