yarn eslint-plugin-node 3.0.0

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

Breaking Changes

  • 9aa7e8d added the check of new features in Node.js 7 into no-unsupported-features rule. (#46)
    This is about ECMAScript 2016-2017.
  • ce465b8 added the check of new deprecated APIs in Node.js 7 into no-deprecated-api rule. (#54)
  • It updated plugin:node/recommended config.
    • 8e0c033 enabled no-process-exit rule. (#53)
    • 13c61b1 enabled node/no-unpublished-bin and node/process-exit-as-throw rules.

Bug Fixes

  • 292e8f8 fixed a false positive of no-unsupported-features about Unicode code point escapes.

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

NewReleases is sending notifications on new releases.