aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-19 14:17:14 +0300
committerValentin Popov <info@valentineus.link>2020-02-19 14:17:14 +0300
commit487b390fd32418392004a7510ccbfa48ecb346fc (patch)
treecbde1eecf2778b74b618af219b04dccd01ce4c42
parent32dd5917519580eb97e994e5f57c6c332297d667 (diff)
downloadeslint-config-487b390fd32418392004a7510ccbfa48ecb346fc.tar.xz
eslint-config-487b390fd32418392004a7510ccbfa48ecb346fc.zip
update(vue): attributes-order
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--src/rules/vue/default.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rules/vue/default.json b/src/rules/vue/default.json
index c556d34..fb82989 100644
--- a/src/rules/vue/default.json
+++ b/src/rules/vue/default.json
@@ -2,6 +2,7 @@
"vue/attributes-order": [
"error",
{
+ "alphabetical": true,
"order": [
"DEFINITION",
"LIST_RENDERING",