[fix] lint error

This commit is contained in:
Purp1e
2024-11-11 10:10:47 +08:00
parent b1d505fd6b
commit 918c6bf83a
3 changed files with 6 additions and 5 deletions

View File

@@ -47,6 +47,7 @@
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/no-unsafe-member-access": "warn"
"@typescript-eslint/no-unsafe-member-access": "warn",
"jsx-a11y/click-events-have-key-events": "off"
}
}