zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.17k stars 3.08k forks source link

Add support to eslint in monorepos #9755

Open znycheporuk opened 7 months ago

znycheporuk commented 7 months ago

Check for existing issues

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

Moshyfawn commented 7 months ago

This is likely to be solved by closing #9648 via #9738.