Skip to content

Commit

Permalink
🔖 release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yanni4night committed Oct 10, 2017
1 parent 39922c5 commit cdcae0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.0] - 2018-08-18
## [2.1.0] - 2017-10-10
### Added
- `comma-dangle`

## [2.0.0] - 2017-08-18
### Added
- `es6` in `env`

Expand All @@ -17,5 +21,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- initialize this project

[2.1.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/1.0.0...2.0.0
[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.0...HEAD
[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.1.0...HEAD
1 change: 1 addition & 0 deletions eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"prefer-promise-reject-errors": 2,
"no-param-reassign": 2,
"no-unused-vars": 2,
"comma-dangle": ["error", "never"],
"quote-props": [2, "as-needed"],
"brace-style": [2, "1tbs"]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-superfe-hn",
"version": "2.0.0",
"version": "2.1.0",
"description": "Eslint configration for Super-FE's HTML-Native apps",
"scripts": {
"test": "eslint index.js -c eslint.json",
Expand Down

0 comments on commit cdcae0d

Please sign in to comment.