aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-19 14:02:53 +0300
committerValentin Popov <info@valentineus.link>2020-02-19 14:02:53 +0300
commitb4225e342471be0ca478f3220d4414184d7cfdb7 (patch)
tree42a7dbc4bafea4db06af6cfc7862ac6d12fedd9d /src
parentdfac7f513816657c89b512fead190607129695e9 (diff)
downloadeslint-config-b4225e342471be0ca478f3220d4414184d7cfdb7.tar.xz
eslint-config-b4225e342471be0ca478f3220d4414184d7cfdb7.zip
feat(vue): comma-dangle
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/vue/default.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/vue/default.json b/src/rules/vue/default.json
index 5371734..d0097a1 100644
--- a/src/rules/vue/default.json
+++ b/src/rules/vue/default.json
@@ -17,6 +17,10 @@
]
}
],
+ "vue/comma-dangle": [
+ "error",
+ "always-multiline"
+ ],
"vue/html-closing-bracket-newline": [
"error",
{