plint

A npm package linter

Usage no npm install needed!

<script type="module">
  import plint from 'https://cdn.skypack.dev/plint';
</script>

README

plint

A npm package linter

Usage

plint will scan the dependencies for that package.

It will detect the following problems with packages and subdependencies:

  • Elastic semver usage (considered harmful)
  • Preinstall, install, postinstall, scripts usage

Behavior

The CLI looks for a package.json file in the current working directory, (or a directory given as an argument) and scan all its dependencies and subdependencies.

License

MIT

Copyright

Copyleft © 2015 by Esteban Ordano