1
1
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:
Théo LUDWIG 2024-09-28 20:10:49 +02:00
parent 424235bd4f
commit f258d5ab41
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -84,7 +84,6 @@
"consistent-this": "error",
"default-param-last": "error",
"default-case-last": "error",
"dot-notation": ["error", { "allowKeywords": true }],
"eqeqeq": ["error", "always", { "null": "ignore" }],
"grouped-accessor-pairs": "error",
"new-cap": [
@ -203,8 +202,6 @@
],
"default-param-last": "off",
"@typescript-eslint/default-param-last": "error",
"dot-notation": "off",
"@typescript-eslint/dot-notation": ["error", { "allowKeywords": true }],
"no-array-constructor": "off",
"@typescript-eslint/no-array-constructor": "error",
"no-implied-eval": "off",