We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9af519 commit 8dba95eCopy full SHA for 8dba95e
configurations/vue/rules/uncategorized.js
@@ -279,7 +279,7 @@ module.exports = {
279
// Require or disallow padding lines in component definition (autofixable)
280
// https://eslint.vuejs.org/rules/padding-lines-in-component-definition.html
281
'+vue/padding-lines-in-component-definition': ['warn', {
282
- betweenOptions: 'always',
+ betweenOptions: 'ignore',
283
withinOption: {
284
props: 'never',
285
emits: 'never',
0 commit comments