Skip to content

Commit

Permalink
chore: cleanup eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Oct 3, 2024
1 parent c4946ba commit b2f03ac
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
import antfu from '@antfu/eslint-config'

export default await antfu(
{
ignores: [
'test/cases',
],
},
export default antfu(
{
rules: {
'node/prefer-global/process': 'off',
'ts/no-this-alias': 'off',
'no-restricted-globals': 'off',
'node/handle-callback-err': 'off',
},
},
)

0 comments on commit b2f03ac

Please sign in to comment.