Eslint Plugin Eslint Comments Versions Save

Additional ESLint rules for directive comments of ESLint.

v3.1.2

4 years ago

🐛 Bug Fixes

  • d6a9fd22220b3b3f6ca2c1b60f93b5d7f08f6493 fixed eslint-comments/no-unused-disable rule to work on ESLint 6.

v3.1.1

5 years ago

🐛 Bug Fixes

v3.1.0

5 years ago

✨ Enhancements

  • f625cd67589bc5357800ae319c653b5eb7e13575 made eslint-comments/no-unused-disable rule fixable. Thank you, @ianobermiller !

v3.0.1

5 years ago

Bug fixes

  • 520f797080b8bcdaa9175dc4e825af761d3f8e0d fixed a problem on WebStorm. (see #14 for details)

v3.0.0

5 years ago

Support ESLint 5.0.0 :tada:

This version has no change from v3.0.0-beta.2.

v3.0.0-beta.2

6 years ago

Bug fixes

  • 2ae6ac49a718fe316f283a030e3d52abcb8ff6ea fixed the no-unused-disable rule's regression bug in beta.1.

v3.0.0-beta.1

6 years ago

Bug fixes

  • c6cb40bc0ed10ccadcbebc36653235069537e499 fixed the no-unused-disable rule as not crashing even if a certain source code has any parse error.

v3.0.0-beta.0

6 years ago

Now support ESLint 5.0.0 α :tada:

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 α.

v2.0.2

6 years ago

Chores

  • 6cc5229c0ecde7cc6847f43cb169dd3b668413b8 added the meta.docs.url property to rules.

v2.0.1

6 years ago

Bug fixes

  • 62f67a4aa349e10d29ac970804d051249e7863cb fixed false positive in eslint-comments/disable-enable-pair rule with allowWholeFile option (#9).