Releases: mysticatea/eslint-plugin-eslint-comments
Releases · mysticatea/eslint-plugin-eslint-comments
v3.1.2
v3.1.1
🐛 Bug Fixes
- 3cd7256 reverted the autofix of
eslint-comments/no-unused-disable
rule because of some problems (#21 (comment)).
v3.1.0
✨ Enhancements
- f625cd6 made
eslint-comments/no-unused-disable
rule fixable. Thank you, @ianobermiller !
v3.0.1
v3.0.0
Support ESLint 5.0.0 🎉
This version has no change from v3.0.0-beta.2.
v3.0.0-beta.2
Bug fixes
- 2ae6ac4 fixed the
no-unused-disable
rule's regression bug inbeta.1
.
v3.0.0-beta.1
Bug fixes
- c6cb40b fixed the
no-unused-disable
rule as not crashing even if a certain source code has any parse error.
v3.0.0-beta.0
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 α.