npm-lint icon indicating copy to clipboard operation
npm-lint copied to clipboard

A linter for npm & node package.json files with a focus on dependency security

Results 5 npm-lint issues
Sort by recently updated
recently updated
newest added

Hi, would you mind if I try to setup CI to test it against newer Node version? (12 and 14 at least)

Having an header `npm-linter` might mislead the reader about the actual name of the package.

``` + [email protected] added 233 packages from 221 contributors in 25.222s /src # npm-lint Running npm-linter Warning: No .npmlint.json found at /src; Using default settings Error: package.json script "start" has...

https://github.com/tanepiper/npm-lint/blob/d1bb6e73769d89c168e4f03ac40e08fd52bbf40a/rules/subrules/properties-name.ts Should allow @scope prefix `@`

This feature should analyse all dependencies in a `package.json`, but also analyse it's dependency tree. This would be in two modes: * Local - Reads all `package.json` files within `node_modules`...

enhancement