Skip to content

Commit b2f03ac

Browse files
committed
chore: cleanup eslint config
1 parent c4946ba commit b2f03ac

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

eslint.config.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
import antfu from '@antfu/eslint-config'
22

3-
export default await antfu(
4-
{
5-
ignores: [
6-
'test/cases',
7-
],
8-
},
3+
export default antfu(
94
{
105
rules: {
11-
'node/prefer-global/process': 'off',
12-
'ts/no-this-alias': 'off',
136
'no-restricted-globals': 'off',
14-
'node/handle-callback-err': 'off',
157
},
168
},
179
)

0 commit comments

Comments
 (0)