From 32dd5917519580eb97e994e5f57c6c332297d667 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 19 Feb 2020 15:15:48 +0400 Subject: feat(vue): padding-line-between-blocks Signed-off-by: Valentin Popov --- ROADMAP.md | 1 + src/rules/vue/default.json | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 1d9da80..6e21048 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -580,6 +580,7 @@ - [ ] "no-v-html" - [X] "object-curly-spacing" - [ ] "order-in-components" +- [X] "padding-line-between-blocks" - [ ] "prop-name-casing" - [ ] "require-component-is" - [ ] "require-default-prop" diff --git a/src/rules/vue/default.json b/src/rules/vue/default.json index 762e830..c556d34 100644 --- a/src/rules/vue/default.json +++ b/src/rules/vue/default.json @@ -83,6 +83,10 @@ "objectsInObjects": false } ], + "vue/padding-line-between-blocks": [ + "error", + "always" + ], "vue/script-indent": [ "error", "tab", -- cgit v1.2.3