I'm working with Svelte 4, using VSCode, and I need to find a way to detect circular dependencies in my project.
I'm on a monorepo (with npm workspaces) and struggling to make it work with ESLint. Could it solve my problems, even on .svelte files ? Do you have any recommandations ?
Thanks a lot