diff --git a/README.md b/README.md index 00950f6..4ce1cbc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ Sample configuration where `tslint.json` lives adjacent to your `node_modules` f size={size} /> ``` +- `jsx-ban-props` (since v2.3.0) + - Allows blacklisting of props in JSX with an optional explanatory message in the reported failure. - `jsx-curly-spacing` (since v1.1.0) - Requires _or_ bans spaces between curly brace characters in JSX. - Rule options: `["always", "never"]` diff --git a/package.json b/package.json index 96082d6..5530bed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslint-react", - "version": "2.2.0", + "version": "2.3.0", "description": "Lint rules related to React & JSX for TSLint", "main": "tslint-react.json", "repository": {