diff --git a/eslint.config.js b/eslint.config.js index 3907c50..a1ad801 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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', }, }, )