Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

Commit ed57a24

Browse files
committed
Disable jsx-no-lambda as per palantir/tslint-react#96
1 parent 8cd2e42 commit ed57a24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tslint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"rules": {
1616
"object-literal-sort-keys": false,
1717
"member-access": false,
18-
"ordered-imports": false
18+
"ordered-imports": false,
19+
"jsx-no-lambda": false
1920
}
2021
}

0 commit comments

Comments
 (0)