Skip to content

Commit

Permalink
chore: move overrides #4
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 30, 2023
1 parent d9d6cfb commit 65e33a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import antfu from '@antfu/eslint-config'

export default antfu({
vue: true,
typescript: true,
ignores: [
'.output',
'dist',
'node_modules',
],
overrides: {
vue: {
vue: {
overrides: {
'vue/block-order': ['error', {
order: ['template', 'script', 'style'],
}],
Expand Down

0 comments on commit 65e33a7

Please sign in to comment.