phundrak.com/frontend/eslint.config.mjs

7 lines
120 B
JavaScript
Raw Permalink Normal View History

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