Skip to content

Commit

Permalink
[chore] Disable "no-inferrable-types" lint rule
Browse files Browse the repository at this point in the history
After discussing the conflicting 'typedef' vs. 'no-inferrable-types'
TSLint rules (palantir/tslint#711) in the
Discord #development channel, the conclusion was to disable this rule in
order to be uniform and explicit in what all declarations are. Although
it's more verbose, it will help us out in the long run.
  • Loading branch information
kopelli committed Jun 25, 2018
1 parent 1780662 commit 1857103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Expand Up @@ -44,7 +44,7 @@
],
"no-any": false,
"no-inferrable-types": [
true,
false,
"ignore-params",
"ignore-properties"
],
Expand Down

0 comments on commit 1857103

Please sign in to comment.