Skip to content

Commit 8dba95e

Browse files
committed
fix(vue): Ignore padding lines between options using Options API
1 parent d9af519 commit 8dba95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurations/vue/rules/uncategorized.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ module.exports = {
279279
// Require or disallow padding lines in component definition (autofixable)
280280
// https://eslint.vuejs.org/rules/padding-lines-in-component-definition.html
281281
'+vue/padding-lines-in-component-definition': ['warn', {
282-
betweenOptions: 'always',
282+
betweenOptions: 'ignore',
283283
withinOption: {
284284
props: 'never',
285285
emits: 'never',

0 commit comments

Comments
 (0)