Skip to content

Commit eb885c9

Browse files
committed
feat(vue): turn on vue/padding-line-between-blocks
1 parent 5100bf9 commit eb885c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/vue.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export async function vue(
111111
ignoreConstructors: false,
112112
},
113113
],
114+
'vue/padding-line-between-blocks': ['error', 'always'],
114115
'vue/prefer-separate-static-class': 'error',
115116
'vue/prefer-template': 'error',
116117
'vue/prop-name-casing': ['error', 'camelCase'],

0 commit comments

Comments
 (0)