diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-19 14:17:14 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-19 14:17:14 +0300 |
commit | 487b390fd32418392004a7510ccbfa48ecb346fc (patch) | |
tree | cbde1eecf2778b74b618af219b04dccd01ce4c42 /src/rules/vue | |
parent | 32dd5917519580eb97e994e5f57c6c332297d667 (diff) | |
download | eslint-config-487b390fd32418392004a7510ccbfa48ecb346fc.tar.xz eslint-config-487b390fd32418392004a7510ccbfa48ecb346fc.zip |
update(vue): attributes-order
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules/vue')
-rw-r--r-- | src/rules/vue/default.json | 1 |
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", |