Skip to content

Commit

Permalink
chore(eslint): overrides vue/block-order
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 24, 2023
1 parent 65a17ef commit cf1ca86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ export default antfu({
'dist',
'node_modules',
],
overrides: {
vue: {
'vue/block-order': ['error', {
order: ['template', 'script', 'style'],
}],
},
},
rules: {
'style/brace-style': ['error', '1tbs'],
'style/arrow-parens': ['error', 'always'],
Expand Down

0 comments on commit cf1ca86

Please sign in to comment.