v3.0.0-beta.0
Pre-release
Pre-release
·
45 commits
to master
since this release
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
- Node.js from
- Now
plugin:eslint-comments/recommended
preset doesn't includeeslint-comments/no-unused-disable
rule. You have two options:- Use the --report-unused-disable-directives CLI option instead of the
eslint-comments/no-unused-disable
rule. - Use the
eslint-comments/no-unused-disable
rule explicitly continuously.
- Use the --report-unused-disable-directives CLI option instead of the
Bug fixes
eslint-comments/no-unused-disable
rule crashes on ESLint 5.0.0 α.