This commit is contained in:
2026-04-08 21:26:18 +08:00
commit 8fdc7ac0c3
401 changed files with 53093 additions and 0 deletions

8
eslint.config.js Normal file
View File

@@ -0,0 +1,8 @@
import antfu from '@antfu/eslint-config'
export default antfu({
rules: {
'no-console': 'off',
},
ignores: ['**/skills/**', 'research.md'],
})