Skip to content

Commit

Permalink
allow inferrable-types
Browse files Browse the repository at this point in the history
  • Loading branch information
azdavis committed Aug 18, 2016
1 parent c827228 commit c6bfd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint/ts.json
Expand Up @@ -56,7 +56,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 c6bfd64

Please sign in to comment.