You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump version
* Add no-repeated-dependencies rule
Closes#155
* Add wildcard support for no-restricted-dependencies and no-restricted-devDependencies
Closes#154
* Add prefer-alphabetical-scripts rule
Closes#153
* 4.2.0 of docs
* Update dependency-audit.js
* Update to dependency
* Change to wild card for tests
On one of my projects, someone installed a dependency in
dependencies
that already existed indevDependencies
.For example:
In this example, I'd like a rule that would throw an error upon detecting that
b
is in bothdependencies
anddevDependencies
.The text was updated successfully, but these errors were encountered: