vercel / style-guide

Vercel's engineering style guide
Mozilla Public License 2.0
1.25k stars 33 forks source link

Investigate resolving `next` from the workspace, not at root of the monorepo #39

Closed mrmckeb closed 2 years ago

mrmckeb commented 2 years ago

The solution here might be to encourage people to move away from a root ESLint config, and instead have configs per workspace.

This also solves similar issues for other dependencies, like TypeScript.

mrmckeb commented 2 years ago

We'll address this by changing the way we manage our configs, no longer having a single config at the monorepo root.