Skip to content

v3.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mysticatea mysticatea released this 06 May 16:26
· 45 commits to master since this release
v3.0.0-beta.0
90e3da8

Now support ESLint 5.0.0 α 🎉

This version is β.
Please use @next tag to install.

npm install eslint-plugin-eslint-comments@next

Breaking changes

  • Requirements changed.
    • Node.js from >=4.0.0 to >=6.5.0
    • ESLint from ^4.7.0 to >=4.19.1
  • Now plugin:eslint-comments/recommended preset doesn't include eslint-comments/no-unused-disable rule. You have two options:
    1. Use the --report-unused-disable-directives CLI option instead of the eslint-comments/no-unused-disable rule.
    2. Use the eslint-comments/no-unused-disable rule explicitly continuously.

Bug fixes

  • eslint-comments/no-unused-disable rule crashes on ESLint 5.0.0 α.