Skip to content

Commit 92c48db

Browse files
committed
Turn off deprecated eslint rules
1 parent 6f8035d commit 92c48db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"object-shorthand": "warn",
2020
"@typescript-eslint/no-explicit-any": "off",
2121
"@typescript-eslint/no-non-null-assertion": "off",
22-
"@typescript-eslint/non-nullable-type-assertion-style": "warn"
22+
"@typescript-eslint/non-nullable-type-assertion-style": "warn",
23+
"no-extra-semi": "off",
24+
"no-mixed-spaces-and-tabs": "off"
2325
},
2426
"overrides": [
2527
{

0 commit comments

Comments
 (0)