Skip to content

Commit

Permalink
Remove no-unsafe-any TSLint rule
Browse files Browse the repository at this point in the history
There is an issue with using this rule with JSX syntax. See [1].

[1]: palantir/tslint#3080

Change-Id: I5ec1df9fabd1fa5ba12c15c37ff685f4e5ec55f8
  • Loading branch information
cpetrov committed Sep 22, 2017
1 parent e8ce4f3 commit 7cafc7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/templates/ts/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"prefer-const": false,
"no-invalid-this": true,
"no-unbound-method": true,
"no-unsafe-any": true,
"typedef": [
true,
"member-variable-declaration",
Expand Down

0 comments on commit 7cafc7c

Please sign in to comment.