Skip to content

Commit

Permalink
Prepare release v2.2.0 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Dec 16, 2016
1 parent e547ce4 commit dbcecd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Sample configuration where `tslint.json` lives adjacent to your `node_modules` f
- `jsx-curly-spacing` (since v1.1.0)
- Requires _or_ bans spaces between curly brace characters in JSX.
- Rule options: `["always", "never"]`
- _Includes automatic code fix_
- `jsx-no-lambda`
- Creating new anonymous functions (with either the `function` syntax or ES2015 arrow syntax) inside the `render` call stack works against _pure component rendering_. When doing an equality check between two lambdas, React will always consider them unequal values and force the component to re-render more often than necessary.
- Rule options: _none_
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.1.1",
"version": "2.2.0",
"description": "Lint rules related to React & JSX for TSLint",
"main": "tslint-react.json",
"repository": {
Expand Down

0 comments on commit dbcecd8

Please sign in to comment.