Skip to content
Snippets Groups Projects
eslint.config.mjs 120 B
Newer Older
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'

export default withNuxt(
  // Your custom configs here
)