diff --git a/eslint.config.js b/eslint.config.js index e605e535b..f91a104c6 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -24,7 +24,7 @@ export default defineConfig([ "no-self-compare": "warn", "no-template-curly-in-string": "error", "no-unmodified-loop-condition": "warn", - "eqeqeq": "warn", + "eqeqeq": "off", "no-constant-condition": "warn", "no-duplicate-case": "error", "no-empty": "warn", @@ -38,7 +38,7 @@ export default defineConfig([ "no-useless-escape": "warn", "use-isnan": "error", "valid-typeof": "error", - "curly": ["warn", "multi-line"], + "curly": ["off", "multi-line"], "default-case-last": "warn", "no-else-return": "warn", "no-eval": "error",