Files
home/Projects/kompose/docs/eslint.config.mjs
2025-10-10 16:43:21 +02:00

7 lines
121 B
JavaScript
Executable File

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