Skip to content

Releases: mysticatea/eslint-plugin-eslint-comments

v2.0.0

28 Oct 15:22
v2.0.0
82f315d
Compare
Choose a tag to compare

Breaking changes

  • 0cd25a3 and 54d5fa0 dropped the support of eslint@<4.7.0. ESLint changed the behavior about directive comments without backward compatibility in eslint/eslint#9216. And the rules of plugins cannot know the version of ESLint which is running the rule. They are recommending plugin developers to drop support for old ESLint if you want to know the version of ESLint. Eslint-plugin-eslint-comments v2.0.0 handles directive comments of eslint@>=4.7.0.

New features

v1.1.0

28 Oct 09:28
v1.1.0
259b8ba
Compare
Choose a tag to compare

Enhancements

  • 3b93a30 added an option allowWholeFile into disable-enable-pair rule (#8). Thank you, @futpib !

v1.0.3

05 Aug 09:54
v1.0.3
6aecf8d
Compare
Choose a tag to compare

Bug fixes

v1.0.2

21 Jun 04:11
v1.0.2
c6fb10f
Compare
Choose a tag to compare

Bug fixes

  • f72feeb fixed it to work on ESLint v4. (#1)

v1.0.1

01 Jun 14:20
v1.0.1
594248c
Compare
Choose a tag to compare

Chore

  • Upgrade dependencies.

v1.0.0

27 Oct 09:58
v1.0.0
9694e4b
Compare
Choose a tag to compare

No change, just a stable release.

v0.1.1

10 Oct 01:14
v0.1.1
2fb890e
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Bug Fixes

  • e7d9900 fixed false positive of eslint-comments/no-unused-disable.

v0.1.0

10 Oct 00:20
v0.1.0
b403abd
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First β Release.