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

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

View File

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