christopherthielen / check-peer-dependencies

Checks peer dependencies of the current NodeJS package. Offers solutions for any that are unmet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opposite to `--ignore` option

vvscode opened this issue · comments

Hey

As far as I understand, --ignore allows to bypass check for some specific packages. I need the opposite - I'd like to check peerDependencies only for limited set of packages (ideally - by regexpt/scope), and I do not care about babel plugins and similar things

Are you open for such PR?

@vvscode sounds similar to this? #46 (comment)

sounds like what I need =)