1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-10-09 09:43:40 +02:00

fix(oxlint): relax @typescript-eslint/no-unsafe-type-assertion

This commit is contained in:
2025-09-25 07:59:20 +02:00
parent a13aeadda8
commit 09493ef433

View File

@@ -257,6 +257,7 @@
"files": ["**/*.ts", "**/*.tsx"],
"rules": {
"@typescript-eslint/no-unnecessary-type-arguments": "off",
"@typescript-eslint/no-unsafe-type-assertion": "off",
"no-unused-vars": [
"error",
{