Skip to content

Commit

Permalink
Allow inferable types (boolean = true). Not strictly necessary but no…
Browse files Browse the repository at this point in the history
… harm and VSCode gives errors without these
  • Loading branch information
Mike Wheaton committed May 7, 2016
1 parent 54e7047 commit bceaf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"no-duplicate-variable": true,
"no-empty": true,
"no-eval": true,
"no-inferrable-types": true,
"no-inferrable-types": false,
"no-shadowed-variable": true,
"no-string-literal": true,
"no-switch-case-fall-through": true,
Expand Down

0 comments on commit bceaf38

Please sign in to comment.