chore: upgrade dependencies

This commit is contained in:
Johann Schopplich
2025-12-15 14:26:31 +01:00
parent bbd7e8cf58
commit 189bbfa9bc
8 changed files with 1142 additions and 1248 deletions

View File

@@ -2,12 +2,10 @@
import antfu from '@antfu/eslint-config'
export default antfu({
pnpm: false,
rules: {
'no-cond-assign': 'off',
},
// `README.md` is symlinked to this file so we
// exclude it to avoid linting the same file twice.
ignores: ['packages/toon/README.md'],
}).append({
files: ['README.md', 'SPEC.md', '**/docs/**/*'],
rules: {