aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-19 14:15:48 +0300
committerValentin Popov <info@valentineus.link>2020-02-19 14:15:48 +0300
commit32dd5917519580eb97e994e5f57c6c332297d667 (patch)
treec7c762c3f0cd50dae06a2b8a4d8410ce1a5e6686 /src
parent1f204d1b8d29505a0ca6648fcad8be5a15bf114b (diff)
downloadeslint-config-32dd5917519580eb97e994e5f57c6c332297d667.tar.xz
eslint-config-32dd5917519580eb97e994e5f57c6c332297d667.zip
feat(vue): padding-line-between-blocks
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 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",