Skip to content

Commit 55d3bb8

Browse files
committed
chore: ignores into second block
1 parent e07a92e commit 55d3bb8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

eslint.config.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ import antfu from '@antfu/eslint-config'
22

33
export default antfu({
44
typescript: true,
5-
ignores: [
6-
'.output',
7-
'dist',
8-
'node_modules',
9-
],
105
vue: {
116
overrides: {
127
'vue/block-order': ['error', {
@@ -20,4 +15,11 @@ export default antfu({
2015
'curly': ['error', 'all'],
2116
'antfu/consistent-list-newline': 'off',
2217
},
18+
}, {
19+
ignores: [
20+
'.github',
21+
'.output',
22+
'dist',
23+
'node_modules',
24+
],
2325
})

0 commit comments

Comments
 (0)