Skip to content

Commit

Permalink
[tslint] Disable jsx-no-lambda rule
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Nov 3, 2018
1 parent 1f78eb8 commit 4bc2224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"import-name": false,
"interface-name": false,
"jsx-boolean-value": false,
"jsx-no-lambda": false,
"jsx-no-multiline-js": false,
"member-access": false,
"no-console": [true, "debug", "dir", "log", "trace", "warn"],
Expand Down

0 comments on commit 4bc2224

Please sign in to comment.