Skip to content

Commit

Permalink
feat: adds vue/padding-line-between-blocks rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Apr 3, 2023
1 parent bebe3dd commit 4768cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,6 @@ module.exports = defineConfig({
order: ["script", "template", "style"],
},
],
"vue/padding-line-between-blocks": ["error", "always"],
},
});

0 comments on commit 4768cf4

Please sign in to comment.