Skip to content

Commit

Permalink
chore: disabled jsx-no-string-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed Nov 24, 2016
1 parent 432ddda commit 7693cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
"check-type",
"check-typecast"
],
"jsx-no-lambda": false
"jsx-no-lambda": false,
"jsx-no-string-ref": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd-tools",
"version": "0.14.4",
"version": "0.14.5",
"description": "tools for ant design",
"keywords": [
"react",
Expand Down

0 comments on commit 7693cbb

Please sign in to comment.