From f258d5ab415aa7b4db0b6d5aa676c56a0ca10e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 28 Sep 2024 20:10:49 +0200 Subject: [PATCH] fix: relax `@typescript-eslint/dot-notation` --- .eslintrc.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4674178..c43d1f0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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",