Skip to content

Commit

Permalink
[tag] version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Mollweide committed Jul 4, 2016
1 parent 9c7aaa9 commit 3d9bbd9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.0
## [0.2.0](https://github.com/namics/eslint-config-namics/releases/tag/0.2.0)

- [c0ef1ff](https://github.com/namics/eslint-config-namics/commit/c0ef1ffbf899015155fc8e07747452dbb33ae867) Update ESLint to version 3.0.0
- [c0ef1ff](https://github.com/namics/eslint-config-namics/commit/c0ef1ffbf899015155fc8e07747452dbb33ae867) Update dependencies
- [d878c21](https://github.com/namics/eslint-config-namics/commit/d878c21f79640a7e12197dee7d587f34686ec313) More specific js-doc validity
- [d878c21](https://github.com/namics/eslint-config-namics/commit/d878c21f79640a7e12197dee7d587f34686ec313) Enable require-jsdoc for class and methods also
- [e16f6ec](https://github.com/namics/eslint-config-namics/commit/e16f6ecfdec5b655860b84c25ce2785471d21b1f) Enable react sort-props and sort-prop-types

## [0.1.0](https://github.com/namics/eslint-config-namics/releases/tag/0.1.0)

- Initial Version
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $ npm install --save-dev @namics/eslint-config

## Thanks to
* [ESLint](https://github.com/eslint/eslint) for ESLint and the documentation [eslint.org](http://eslint.org/)
* [AirBnB](https://github.com/airbnb) for sharing their config in [eslint-config-walmart](https://github.com/airbnb/javascript)
* [Walmart](https://github.com/walmartlabs) for sharing their eslint config in [JavaScript Style Guide](https://github.com/walmartlabs/eslint-config-walmart)
* [Walmart](https://github.com/walmartlabs) for sharing their config in [eslint-config-walmart](https://github.com/airbnb/javascript)
* [AirBnB](https://github.com/airbnb) for sharing their eslint config in [JavaScript Style Guide](https://github.com/walmartlabs/eslint-config-walmart)


## License
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": "@namics/eslint-config",
"version": "0.1.0",
"version": "0.2.0",
"description": "Default configurations for eslint",
"author": "Simon Mollweide <simon.mollweide@namics.com>",
"license": "MIT",
Expand Down

0 comments on commit 3d9bbd9

Please sign in to comment.