eslint with layers confusion
I'm using eslint in a project with multiple apps and layers (app, common-ui, landingpage, ...) - each managed through pnpm workspace.
in the current, non-flatconfig setup, i've got a eslint.config at the top - configuring the rules for all projects - which eslint detects and follows.
How'd that work with the new
withNuxt()
approach?
in my understanding, that's imported from .nuxt/
- which doesn't exist at the top level though - but only within each directory.
Do i need to pick one "main" project and import from ./app/.nuxt/...
? or am i missing something?0 Replies