From 72c3a43052a125343d3a74abc2cb31d83dc7820a Mon Sep 17 00:00:00 2001 From: Martin Schneider Date: Mon, 28 Jan 2019 11:12:59 +0100 Subject: [PATCH] Update version-number with additional readme --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9401d87..8ccc418 100644 --- a/README.md +++ b/README.md @@ -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... diff --git a/package.json b/package.json index 4a06f8e..f822bea 100644 --- a/package.json +++ b/package.json @@ -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",