feat(vue): no-multi-spaces

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-04-01 14:51:51 +04:00
parent a3a2934e43
commit fd0218c01e
2 changed files with 7 additions and 1 deletions

View File

@ -76,6 +76,12 @@
"singleline": 8
}
],
"vue/no-multi-spaces": [
"error",
{
"ignoreProperties": false
}
],
"vue/no-unused-vars": [
"error"
],