bug fix
This commit is contained in:
@@ -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:;
|
||||
|
||||
Reference in New Issue
Block a user