zed
zed copied to clipboard
Add support to eslint in monorepos
Check for existing issues
- [X] Completed
Describe the feature
In monorepo where each package has it's own .eslintrc, only one is used (closest one to file that was opened first in the workspace). They are configured properly, and work fine individually.
If applicable, add mockups / screenshots to help present your vision of the feature
https://github.com/zed-industries/zed/assets/42861377/27c35d59-7b8e-4653-810b-bb9c45507cbc
This is likely to be solved by closing #9648 via #9738.