Undangan/eslint.config.mjs
2025-08-29 13:29:33 +07:00

7 lines
120 B
JavaScript

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