Files
penna-app/eslint.config.ts
zhuzhengjian 8053fdfc37 feat: add info
2025-09-02 10:50:48 +08:00

10 lines
118 B
TypeScript

import antfu from '@antfu/eslint-config'
export default antfu({
vue: true,
typescript: true,
rules: {
},
})