When running npm run lint, it throws Parsing error: Unexpected character '@'eslint. When ESLint is not installed it throws from ts(-1) instead.
The expected behavior would be to recognize the @render syntax in Svelte 5. Like how it happens when not using Monorepo
I made a simple repro. Hopefully one of you are able to see the issue. Everything is up-to-date.
I made a generic base config for TS and eslint, for node backend and svelte web/ and extended it in svelte config.
The app works as expected, so this is purely a linting, ts issue.
Clone GitHub - IdrisCelik/Repro
npm install
npm run lint
VSCode