chore: upgrade version

This commit is contained in:
ccbikai
2025-11-15 19:46:00 +08:00
parent dde6425a57
commit 6a0bf4abdd
15 changed files with 7455 additions and 4298 deletions

View File

@@ -3,7 +3,6 @@ import antfu from '@antfu/eslint-config'
export default antfu({
formatters: true,
astro: true,
ignores: ['src/assets/style.css'],
rules: {
'no-console': ['error', { allow: ['info', 'warn', 'error'] }],
},