Don't fail lint on no-mixed-spaces-and-tabs; prettier fixes it

This commit is contained in:
Sainan 2024-06-06 15:05:03 +02:00
parent f02e4a9003
commit 58474e8150

View File

@ -24,7 +24,8 @@
"@typescript-eslint/no-unsafe-assignment": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-loss-of-precision": "warn",
"no-case-declarations": "warn"
"no-case-declarations": "warn",
"no-mixed-spaces-and-tabs": "warn"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {