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
The Contributing.md defines that it's possible to "lint" all of the modules by running
npm lint
However, using NPM 6.14.8 this produces
> npm lint
Usage: npm <command>
where <command> is one of:
access, adduser, audit, bin, bugs, c, cache, ci, cit,
... <Pruned> ...
Did you mean one of these?
link
list
ping
The correct command appears to be
npm run lint
The text was updated successfully, but these errors were encountered:
I'll take this to get started. I also noticed that the changelog script command is missing from the package.json as well although it's specified in CONTRIBUTING.md. @MSNev should I fold that in here or rather have it as separate issue/PR?
The Contributing.md defines that it's possible to "lint" all of the modules by running
npm lint
However, using NPM 6.14.8 this produces
The correct command appears to be
npm run lint
The text was updated successfully, but these errors were encountered: