Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Jan 10, 2017
1 parent 29fb2f7 commit 562b602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]`
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": "tslint-react",
"version": "2.2.0",
"version": "2.3.0",
"description": "Lint rules related to React & JSX for TSLint",
"main": "tslint-react.json",
"repository": {
Expand Down

0 comments on commit 562b602

Please sign in to comment.