yarn eslint-plugin-node 0.4.0

latest releases: 11.1.0, 11.0.0, 10.0.0...
8 years ago

Breaking Changes:

  • No longer no-missing-* rules are checking whether or not import targets are published.
    So "publish" option was removed. (#3)
  • "convertBinPath" option of shebang rule was removed.
    Please use new "convertPath" option.
    It's consistent with other rules. (#7)

Updates:

  • no-unpublished-* rules were added.
    They were split out from no-missing-* rules. (#3)
  • shebang rule got fixable. (#8)
  • "tryExtensions" option was added to no-missing-* and no-unpublished-*. (#14)
    As a result, the behavior that checks files with additional extensions was improved.
    Thank you @AprilArcus !
  • We got an ability to use shared settings for rules.
    • "convertPath" for no-unpublished-* and shebang.
    • "tryExtensions" for no-missing-* and no-unpublished-*.

Don't miss a new eslint-plugin-node release

NewReleases is sending notifications on new releases.