QuiiBz / sherif

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

feat: expand nested packages #92

Closed QuiiBz closed 3 months ago

QuiiBz commented 3 months ago

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

Allow expanding packages defined in the workspace using **. This will expand by one level of folder and can only be used once.

For example, packages/**/* is now supported.