Files
home/Projects/kompose/docs/eslint.config.mjs

7 lines
121 B
JavaScript
Raw Normal View History

2025-10-09 00:30:31 +02:00
// @ts-check
2025-10-10 16:43:21 +02:00
import withNuxt from "./.nuxt/eslint.config.mjs";
2025-10-09 00:30:31 +02:00
export default withNuxt(
2025-10-10 16:43:21 +02:00
// Your custom configs here
);