Files
home/Projects/kompose/docs/eslint.config.mjs
2025-10-09 16:18:19 +02:00

7 lines
120 B
JavaScript
Executable File

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