feat(vue): Rule "html-closing-bracket-newline"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -17,6 +17,13 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"vue/html-closing-bracket-newline": [
|
||||
"error",
|
||||
{
|
||||
"multiline": "always",
|
||||
"singleline": "never"
|
||||
}
|
||||
],
|
||||
"vue/html-indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Reference in New Issue
Block a user