"dependencies": {
"nuxt": "^3.15.4",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@antfu/eslint-config": "^4.3.0",
"@nuxt/eslint": "^1.1.0",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@vueuse/nuxt": "^12.7.0",
"eslint": "^9.21.0",
"typescript": "^5.7.3"
}import withNuxt from './.nuxt/eslint.config.mjs'
import antfu from '@antfu/eslint-config'
export default withNuxt(
antfu()
)
Oops! Something went wrong! :(
ESLint: 9.21.0
SyntaxError: Unexpected token 'with'
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:152:18)
at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:298:14)
ELIFECYCLE Command failed with exit code 2.Join the Discord to ask follow-up questions and connect with the community