mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
fix: relax @typescript-eslint/dot-notation
This commit is contained in:
parent
424235bd4f
commit
f258d5ab41
@ -84,7 +84,6 @@
|
|||||||
"consistent-this": "error",
|
"consistent-this": "error",
|
||||||
"default-param-last": "error",
|
"default-param-last": "error",
|
||||||
"default-case-last": "error",
|
"default-case-last": "error",
|
||||||
"dot-notation": ["error", { "allowKeywords": true }],
|
|
||||||
"eqeqeq": ["error", "always", { "null": "ignore" }],
|
"eqeqeq": ["error", "always", { "null": "ignore" }],
|
||||||
"grouped-accessor-pairs": "error",
|
"grouped-accessor-pairs": "error",
|
||||||
"new-cap": [
|
"new-cap": [
|
||||||
@ -203,8 +202,6 @@
|
|||||||
],
|
],
|
||||||
"default-param-last": "off",
|
"default-param-last": "off",
|
||||||
"@typescript-eslint/default-param-last": "error",
|
"@typescript-eslint/default-param-last": "error",
|
||||||
"dot-notation": "off",
|
|
||||||
"@typescript-eslint/dot-notation": ["error", { "allowKeywords": true }],
|
|
||||||
"no-array-constructor": "off",
|
"no-array-constructor": "off",
|
||||||
"@typescript-eslint/no-array-constructor": "error",
|
"@typescript-eslint/no-array-constructor": "error",
|
||||||
"no-implied-eval": "off",
|
"no-implied-eval": "off",
|
||||||
|
Loading…
Reference in New Issue
Block a user