javierbrea / eslint-plugin-boundaries

Eslint plugin checking architecture boundaries between elements
MIT License
562 stars 10 forks source link

plugin not working in vscode #347

Open abhijithhegde opened 1 day ago

abhijithhegde commented 1 day ago

Environment Details:

Operating System: Windows 10 Home Node.js Version: 20.16.0 npm Version: 10.8.1 ESLint Version: 8.0

Issue Description: I am using the latest versions of the plugin. When there are errors such as boundaries/element-types or boundaries/no-unknown-files running the command npm run lint shows errors related to ESLint. But vscode is not showing them.

abhijithhegde commented 16 hours ago

It works fine when there is only one eslint config, but in workspaces with multiple projects, it fails to show errors