Skip to content

Commit

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

## [Unreleased]

## [2.0.4] - 2017-04-18
### Changed
- set `react-native/no-inline-styles` to `1` instead of `2`

## [2.0.3] - 2017-03-12
### Added
- `no-bitwise`
Expand Down Expand Up @@ -45,10 +49,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- initialize this project


[2.0.4]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.3...2.0.4
[2.0.3]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/1.1.1...2.0.0
[1.1.1]: https://github.com/super-fe/eslint-config-superfe-rn/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/super-fe/eslint-config-superfe-rn/compare/1.0.0...1.1.0
[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.3...HEAD
[Unreleased]: https://github.com/super-fe/eslint-config-superfe-rn/compare/2.0.4...HEAD
2 changes: 1 addition & 1 deletion eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"brace-style": [2, "1tbs"],
"react-native/no-unused-styles": 2,
"react-native/split-platform-components": 2,
"react-native/no-inline-styles": 2,
"react-native/no-inline-styles": 1,
"react-native/no-color-literals": 1
},
"globals": {
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-rn",
"version": "2.0.3",
"version": "2.0.4",
"description": "Eslint configration for Super-FE's react-native apps",
"scripts": {
},
Expand Down

0 comments on commit 4731154

Please sign in to comment.