windows/eslint.config.mjs

7 lines
120 B
JavaScript
Raw Permalink Normal View History

2025-09-23 16:43:57 +00:00
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
export default withNuxt(
// Your custom configs here
)