Skip to content

Commit f258d5a

Browse files
committed
fix: relax @typescript-eslint/dot-notation
1 parent 424235b commit f258d5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.eslintrc.json

-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"consistent-this": "error",
8585
"default-param-last": "error",
8686
"default-case-last": "error",
87-
"dot-notation": ["error", { "allowKeywords": true }],
8887
"eqeqeq": ["error", "always", { "null": "ignore" }],
8988
"grouped-accessor-pairs": "error",
9089
"new-cap": [
@@ -203,8 +202,6 @@
203202
],
204203
"default-param-last": "off",
205204
"@typescript-eslint/default-param-last": "error",
206-
"dot-notation": "off",
207-
"@typescript-eslint/dot-notation": ["error", { "allowKeywords": true }],
208205
"no-array-constructor": "off",
209206
"@typescript-eslint/no-array-constructor": "error",
210207
"no-implied-eval": "off",

0 commit comments

Comments
 (0)