Add a new unordered-dependencies rule as an error for all package.json files (the root package and each package in the workspace). Dependencies should be ordered alphabetically to prevent complex diffs when installing a new dependency via a package manager.
Closes https://github.com/QuiiBz/sherif/issues/93
Add a new
unordered-dependencies
rule as an error for allpackage.json
files (the root package and each package in the workspace). Dependencies should be ordered alphabetically to prevent complex diffs when installing a new dependency via a package manager.