Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 22, 2024
1 parent ef483b0 commit 215100f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import antfu from '@antfu/eslint-config'

export default antfu({
typescript: true,
ignores: [
'.output',
'.github',
'dist',
'node_modules',
],
vue: {
overrides: {
'vue/block-order': ['error', {
Expand All @@ -22,4 +16,11 @@ export default antfu({
'curly': ['error', 'all'],
'antfu/consistent-list-newline': 'off',
},
}, {
ignores: [
'.github',
'.output',
'dist',
'node_modules',
],
})

0 comments on commit 215100f

Please sign in to comment.