ct/eslint.config.mjs

7 lines
120 B
JavaScript
Raw Permalink Normal View History

2025-09-29 13:52:10 +08:00
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
)