We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024da13 commit 9c4a84aCopy full SHA for 9c4a84a
2 files changed
eslint.config.mjs
@@ -6,6 +6,7 @@ export default antfu({
6
'no-use-before-define': 'off',
7
'node/prefer-global/process': 'off',
8
'node/prefer-global/buffer': 'off',
9
+ 'ts/explicit-function-return-type': 'off',
10
},
11
ignores: [
12
'CLAUDE.md',
pnpm-workspace.yaml
@@ -26,7 +26,6 @@ catalogs:
26
obuild: ^0.4.27
27
dev-lint:
28
'@antfu/eslint-config': ^7.2.0
29
- eslint: ^9.39.2
30
31
dev-test:
32
'@vitest/coverage-v8': ^4.0.18
0 commit comments