This commit is contained in:
Tiemen van Olst
2025-09-08 13:55:29 +02:00
parent 11da1a4806
commit 3c8e0e12eb
13 changed files with 226 additions and 0 deletions

6
eslint.config.mjs Normal file
View File

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