QuiiBz / sherif

Opinionated, zero-config linter for JavaScript monorepos
MIT License
912 stars 14 forks source link

`multiple-dependency-versions` should also includes peer dependencies #49

Closed beaussan closed 11 months ago

beaussan commented 11 months ago

In a monorepo where we mark dependencies as external, we can use peerDependencies to spesify versions too. The rule doesn't include them in the checks however.

QuiiBz commented 11 months ago

Good catch, thanks! Not sure yet when I'll trigger another release, hopefully in January.

beaussan commented 11 months ago

Thanks a lot!! I was learning rust to be able to contribute, thanks a lot for the swift response!

QuiiBz commented 9 months ago

Released in https://github.com/QuiiBz/sherif/releases/tag/v0.8.0!