chore(config): add eslint configuration

This commit is contained in:
Administrator 2026-03-18 22:20:25 +08:00
parent 1f55170c6d
commit 41cff15fda

6
eslint.config.mjs Normal file
View File

@ -0,0 +1,6 @@
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
)