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.0to>=6.5.0 - ESLint from
^4.7.0to>=4.19.1
- Node.js from
- Now
plugin:eslint-comments/recommendedpreset doesn't includeeslint-comments/no-unused-disablerule. You have two options:- Use the --report-unused-disable-directives CLI option instead of the
eslint-comments/no-unused-disablerule. - Use the
eslint-comments/no-unused-disablerule explicitly continuously.
- Use the --report-unused-disable-directives CLI option instead of the
Bug fixes
eslint-comments/no-unused-disablerule crashes on ESLint 5.0.0 α.