Don't fail lint on no-mixed-spaces-and-tabs; prettier fixes it
This commit is contained in:
parent
f02e4a9003
commit
58474e8150
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user