charlierudolph / dependency-lint

Lints NPM dependencies and devDependencies
MIT License
14 stars 6 forks source link

Ignore unused dependency-lint #25

Closed kevgo closed 8 years ago

kevgo commented 8 years ago

Dependency-lint should always assume it is used.

resolves #21

@charlierudolph @alexdavid

alexdavid commented 8 years ago

I think the allow unused section is for temporary solutions until a better fix can be made. We shouldn't pre-fill this array by default. The better solution here is to not mark dependency-lint as unused

charlierudolph commented 8 years ago

Went with reporting dependency-lint as used if listed as a devDependency and found to be unused.