feat(vue): Rule "html-closing-bracket-spacing"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 13:32:30 +04:00
parent 7f0f6a0d5c
commit 1776bfbec4
2 changed files with 9 additions and 1 deletions

View File

@ -24,6 +24,14 @@
"singleline": "never"
}
],
"vue/html-closing-bracket-spacing": [
"error",
{
"endTag": "never",
"selfClosingTag": "always",
"startTag": "never"
}
],
"vue/html-indent": [
"error",
"tab",