Skip to content

Commit

Permalink
Docs: suggest using ~ to version (refs #6795)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Jul 30, 2016
1 parent 5ae0887 commit e780545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -166,6 +166,8 @@ ESLint follows [semantic versioning](http://semver.org). However, due to the nat
* An existing formatter is removed.
* Part of the public API is removed or changed in an incompatible way.

Because our policy allows a minor release to result in reporting more errors, it can be seen as a "breaking change". Thus if you don't want an update to ESLint to break your lint build, we recommend you you `~` in `package.json` e.g. `"eslint": "~3.1.0"` in order to only get patch changes.

## Frequently Asked Questions

### How is ESLint different from JSHint?
Expand Down

0 comments on commit e780545

Please sign in to comment.