[fix] lint errors by disable related checking

This commit is contained in:
Purp1e
2025-03-25 00:46:38 +08:00
parent e2d8f3effd
commit 0b65cdb129
7 changed files with 10 additions and 13 deletions

View File

@@ -51,6 +51,9 @@
"@typescript-eslint/no-unsafe-member-access": "warn",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-unused-vars": "warn",
"jsx-a11y/click-events-have-key-events": "off"
"jsx-a11y/click-events-have-key-events": "off",
"@typescript-eslint/no-unsafe-assignment": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-base-to-string": "warn"
}
}