This commit is contained in:
2025-08-20 23:41:14 +02:00
parent 16956d12f4
commit 79c900955d
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -1,6 +1,5 @@
// @ts-check // @ts-check
import withNuxt from './.nuxt/eslint.config.mjs' import withNuxt from './.nuxt/eslint.config.mjs';
export default withNuxt( export default withNuxt();
// Your custom configs here // Your custom configs here
)
+1 -1
View File
@@ -75,4 +75,4 @@ export default defineNuxtConfig({
} }
} }
} }
}); });