This commit is contained in:
2025-08-26 00:03:12 +08:00
parent ba4098e1d8
commit 44a94b861a
4 changed files with 5 additions and 6 deletions

View File

@@ -32,7 +32,6 @@ export default defineConfig([
],
"react-hooks/exhaustive-deps": "warn",
"no-console": "warn",
"simple-import-sort/imports": "error",
"react-hooks/rules-of-hooks": "error",
"no-nested-ternary": 0, // 允许嵌套三元表达式
"no-script-url": 0, // 允许javascript:;