Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-18Add max-len to lint rulesEdu93Jer
PR-URL: https://github.com/npm/cli/pull/2361 Credit: @Edu93Jer Close: #2361 Reviewed-by: @isaacs EDIT(@isaacs): amended to match some of the fixes to our current style conventions
2020-11-17lint tests before publishingisaacs
We have a lot of tests that were not handling errors in callbacks, not defining variables, defining variables that weren't used, and just generally not formatted like the rest of npm. Hazard of moving fast. Thankfully, machines can help.
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-08-07update doctor commandisaacs
Pending unit tests still, but at least it works to a rough approximation now, instead of not working at all.
2020-07-30fix lintfix script, use flat ternariesisaacs
PR-URL: https://github.com/npm/cli/pull/1543 Credit: @isaacs Close: #1543 Reviewed-by: @ruyadorno
2020-07-29Use eslint directly instead of standardisaacs
Way too opinionated and hard to configure. Copied out standard's config as a starting point, and tweaked a few things that don't make sense for the npm cli project.