feat(eslint): Rule "no-mixed-spaces-and-tabs"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -214,6 +214,10 @@
|
||||
"ignoreArrayIndexes": false
|
||||
}
|
||||
],
|
||||
"no-mixed-spaces-and-tabs": [
|
||||
"error",
|
||||
"smart-tabs"
|
||||
],
|
||||
"no-multi-spaces": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user