chore: update

This commit is contained in:
xiaoxian521
2024-11-02 12:48:04 +08:00
parent 005c1405e4
commit 3b3b3eb774
4 changed files with 232 additions and 178 deletions

View File

@@ -94,6 +94,8 @@ export default defineFlatConfig([
"@typescript-eslint/prefer-as-const": "warn",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-unsafe-function-type": "off",
"@typescript-eslint/no-import-type-side-effects": "error",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/consistent-type-imports": [