Skip to content

Commit

Permalink
Update version-number with additional readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schneider committed Jan 28, 2019
1 parent 0413ae4 commit 72c3a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ rules.

This is a customized ruleset based on the [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react)
rules.
Separately there is a ruleset for proptypes-validation in `@moccu/eslint-config/react-proptypes`.

```js
{
"extends": [
"@moccu/eslint-config",
"@moccu/eslint-config/react"
"@moccu/eslint-config/react",
"@moccu/eslint-config/react-proptypes"
],
"rules": {
// Additional rules...
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moccu/eslint-config",
"description": "The eslint config we use at moccu",
"version": "0.1.0",
"version": "0.2.0",
"author": "Moccu GmbH & Co. KG",
"license": "MIT",
"repository": "moccu/eslint-config-moccu",
Expand Down

0 comments on commit 72c3a43

Please sign in to comment.