feat(vue): comma-dangle

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-19 15:02:53 +04:00
parent dfac7f5138
commit b4225e3424
2 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,10 @@
]
}
],
"vue/comma-dangle": [
"error",
"always-multiline"
],
"vue/html-closing-bracket-newline": [
"error",
{