Files
docker-website/eslint.config.mjs
valere f0e2aa237a
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
update with nuxt4 for docker-web
2025-08-29 16:08:08 +02:00

7 lines
120 B
JavaScript

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