renoma

A recursive node modules analyzer with opinionated package health checks

MIT License

Downloads
205
Stars
59
Committers
2
renoma - v0.2.1 Latest Release

Published by bluwy about 1 month ago

Bug fixes

  • Fix --list-rules printing

Full Changelog: https://github.com/bluwy/renoma/compare/v0.2.0...v0.2.1

renoma - v0.2.0

Published by bluwy about 1 month ago

First proper release and changelogs. Below lists some difference from v0.1

Features

  • Remove --hide-passing flag. Passing results are now always hidden.
  • Hide lint errors that are same as other package's lint errors by default.
  • Add --verbose to log all passing and failing packages.
  • Add --filter-rules flag to only run certain lint rules. For example, --filter-rules "renoma/*" to lint unused and suspicious dependencies.
  • Add --list-rules to list all rules used for linting.
  • Unrelated core eslint rules are no longer logged.