Releases: mysticatea/eslint-plugin-eslint-comments
Releases · mysticatea/eslint-plugin-eslint-comments
v2.0.0
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 ofeslint@>=4.7.0
.
New features
- 400cea8 added new eslint-comments/no-aggregating-enable rule. The rule about new behavior of
eslint@>=4.7.0
. This rule reportseslint-enable
directive comments if it affects multipleeslint-disable
directive comments. That is confusable behavior that does not exist before[email protected]
. - 5be249c added new eslint-comments/no-restricted-disable rule. You can forbid disabling of specific rules by this rule. Thank you for proposal, @mansona!
- 3d451c3 added new plugin:eslint-comments/recommended preset.
v1.1.0
v1.0.3
Bug fixes
- 85fa282 fixes some rules don't work on ESLint 4.4.0. Thank you, @not-an-aardvark ❤️
v1.0.2
v1.0.1
Chore
- Upgrade dependencies.
v1.0.0
No change, just a stable release.
v0.1.1
v0.1.0
First β Release.
- Rules are README.md#rules