fix(eslint): Rule "no-mixed-spaces-and-tabs"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 13:09:56 +04:00
parent 6a5695c0b7
commit f156d807c4

View File

@ -292,8 +292,7 @@
} }
], ],
"no-mixed-spaces-and-tabs": [ "no-mixed-spaces-and-tabs": [
"error", "error"
"smart-tabs"
], ],
"no-multi-spaces": [ "no-multi-spaces": [
"error", "error",