Skip to content

v2.0.0

Compare
Choose a tag to compare
@mysticatea mysticatea released this 28 Oct 15:22
· 60 commits to master since this release
v2.0.0
82f315d

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