rule for formatter
This commit is contained in:
parent
83c6179e1e
commit
2f9c48b927
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
||||||
"@typescript-eslint/no-explicit-any": "error",
|
"@typescript-eslint/no-explicit-any": "error",
|
||||||
"@typescript-eslint/ban-ts-comment": "error",
|
"@typescript-eslint/ban-ts-comment": "error",
|
||||||
"semi": "error",
|
"semi": "error",
|
||||||
"no-console": "error"
|
"no-console": "error",
|
||||||
|
"no-mixed-spaces-and-tabs": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue