Skip to content

Commit

Permalink
Docs: remove line about removing rules from semver policy (#9367)
Browse files Browse the repository at this point in the history
With the new [rule deprecation policy](https://eslint.org/docs/user-guide/rule-deprecation), we don't remove rules even in major releases.
  • Loading branch information
not-an-aardvark authored and btmills committed Sep 29, 2017
1 parent 06efe87 commit cef6f8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -171,7 +171,6 @@ ESLint follows [semantic versioning](http://semver.org). However, due to the nat
* Major release (likely to break your lint build)
* `eslint:recommended` is updated.
* A new option to an existing rule that results in ESLint reporting more errors by default.
* An existing rule is removed.
* An existing formatter is removed.
* Part of the public API is removed or changed in an incompatible way.

Expand Down

0 comments on commit cef6f8c

Please sign in to comment.