🚨 修复qodana报错

This commit is contained in:
目棃
2024-04-23 20:34:05 +08:00
parent 065019cdc6
commit 8917deb5db
6 changed files with 19 additions and 144 deletions

View File

@@ -15,8 +15,8 @@ const tsConfigRules = {
},
],
"@typescript-eslint/no-import-type-side-effects": "error",
"@typescript-eslint/strict-boolean-expressions": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-explicit-any": "off",
"import/order": [
"error",
{