Fix eslint

This commit is contained in:
2025-08-19 14:34:27 +05:00
parent 52db5633c8
commit 2f735587c3

View File

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