Skip to content

Releases: mysticatea/eslint-plugin-eslint-comments

v3.1.2

20 Jun 05:16
v3.1.2
d2d21f2
Compare
Choose a tag to compare

🐛 Bug Fixes

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

v3.1.1

19 Feb 08:21
v3.1.1
cc1a193
Compare
Choose a tag to compare

🐛 Bug Fixes

  • 3cd7256 reverted the autofix of eslint-comments/no-unused-disable rule because of some problems (#21 (comment)).

v3.1.0

10 Feb 01:45
v3.1.0
0cff51c
Compare
Choose a tag to compare

✨ Enhancements

v3.0.1

02 Jul 07:25
c427c1c
Compare
Choose a tag to compare

Bug fixes

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

v3.0.0

23 Jun 09:23
1156a1c
Compare
Choose a tag to compare

Support ESLint 5.0.0 🎉

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

v3.0.0-beta.2

08 May 10:50
v3.0.0-beta.2
e2b6357
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

Bug fixes

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

v3.0.0-beta.1

08 May 10:22
v3.0.0-beta.1
aa86e72
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

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

06 May 16:26
v3.0.0-beta.0
90e3da8
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-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
  • 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

08 Jan 22:44
v2.0.2
20cf1a4
Compare
Choose a tag to compare

Chores

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

v2.0.1

29 Oct 19:30
v2.0.1
7227a65
Compare
Choose a tag to compare

Bug fixes

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