What extension/CLI to use to detect circular dependencies on .svelte files with VSCode

1 week ago 11
ARTICLE AD BOX

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

Read Entire Article