Skip to content

Commit

Permalink
Enabled new rules in built-in config
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Aug 2, 2017
1 parent d3a1e08 commit 51e3cc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tslint-react.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"jsx-alignment": true,
"jsx-boolean-value": true,
"jsx-curly-spacing": [true, "never"],
"jsx-equals-spacing": [true, "never"],
"jsx-key": true,
"jsx-no-bind": true,
"jsx-no-lambda": true,
"jsx-no-multiline-js": true,
Expand Down

0 comments on commit 51e3cc2

Please sign in to comment.