Skip to content

Commit fa67c24

Browse files
committed
chore: eslint - switch no-this-alias error to warn
Switch rule to warn for now - too many complicated code that uses `self` alias for this
1 parent 97d3ea7 commit fa67c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"no-dupe-else-if": "warn",
1919
"no-warning-comments": "warn",
2020
"import/no-absolute-path": "warn",
21-
21+
"@typescript-eslint/no-this-alias": "warn",
2222
"@typescript-eslint/no-explicit-any": "off",
2323
"@typescript-eslint/ban-ts-comment": "off",
2424
"@typescript-eslint/ban-types": "off",

0 commit comments

Comments
 (0)