QuiiBz / sherif

Opinionated, zero-config linter for JavaScript monorepos
MIT License
911 stars 13 forks source link

feat: support Yarn nohoist workspaces #57

Closed QuiiBz closed 9 months ago

QuiiBz commented 9 months ago

Closes https://github.com/QuiiBz/sherif/issues/53

Support Yarn nohoist workspaces configuration, where the root package.json's workspaces field looks like:

"workspaces": {
  "packages": ["packages/*"],
  "nohoist": []
}

instead of the well-known:

"workspaces": ["packages/*"]