Skip to content

Releases: tclindner/npm-package-json-lint

v2.3.0

22 Apr 15:29
Compare
Choose a tag to compare

Added

Removed

  • grunt tasks, tests, and project linting files from published node module

v2.2.0

13 Apr 02:14
Compare
Choose a tag to compare

Added

  • Add new quiet (-q) option to cli that suppresses output if there are no errors

v2.1.2

11 Apr 01:50
Compare
Choose a tag to compare

Fixed

  • Array style rules, like valid-values-author, so they can be easily turned off by setting valid-values-author: 'off'

v2.1.1

11 Apr 00:35
Compare
Choose a tag to compare

Fixed

  • CLI so process exit code remains 0 if only warnings are detected

v2.1.0

09 Apr 15:11
Compare
Choose a tag to compare

Changed

  • CLI process exit code to 2 (non-zero) if issues are detected in the scan

v2.0.2

19 Feb 01:10
Compare
Choose a tag to compare

Fixed

  • Issue with .npmpackagejsonlintrc.json files that only have a extends value with no rules object

v2.0.1

19 Feb 00:11
Compare
Choose a tag to compare

🙈 Fixed

  • Issue with relative path local config extension modules. Now relative path modules are load relative to the current working directory of the active process.

v2.0.0

18 Feb 23:30
Compare
Choose a tag to compare

Added

  • Support configuration extension!! Now you can add "extends" to your rc file to extend a based configuration. This is great for sharing a standard ruleset between many projects. Please see the wiki for more information.
  • An optional cli flag for controlling rule severity. Please see the README.md for examples.

Removed

v1.4.0

15 Oct 15:53
Compare
Choose a tag to compare

Added

v1.3.0

27 Jul 02:51
Compare
Choose a tag to compare

Added