disable some more eslint rules :(
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user