Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vintasoftware/eslint-config-vinta
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfsf committed Aug 28, 2019
2 parents 3e69547 + 80d9d5b commit fbf5613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm install \
eslint-plugin-unicorn@~9.1.1 \
prettier@~1.18.2 \
babel-eslint@~10.0.2 \
eslint@~6.0.1 \
eslint@~5.16.0 \
--save-dev
```

Expand Down
2 changes: 1 addition & 1 deletion VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ We use [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) to manag
## Patch Releases

- Patch releases are published as `0.0.Z`. This number [*must be incremented if only backwards compatible bug fixes are introduced.*](https://semver.org/spec/v2.0.0.html#spec-item-6)
- This type of release is used when an existing rule configuration has changed.
- This type of release is used when an existing rule configuration has changed, or when bugs are fixed.

0 comments on commit fbf5613

Please sign in to comment.