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
+2 -3
View File
@@ -1,6 +1,5 @@
// @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
)