Skip to content

Commit

Permalink
chore: ignores into second block
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 4, 2024
1 parent e07a92e commit 55d3bb8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ import antfu from '@antfu/eslint-config'

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

0 comments on commit 55d3bb8

Please sign in to comment.