Commit f21a70a2 by Tuomas Riihimäki

Remove no-inferrable-types from tslint.json

We should always be able to define a type for a variable, even if it would be inferrable
1 parent b560732a
Pipeline #159 passed
in 0 seconds
Showing with 1 additions and 1 deletions
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"no-empty-interface": true, "no-empty-interface": true,
"no-eval": true, "no-eval": true,
"no-inferrable-types": [ "no-inferrable-types": [
true, false,
"ignore-params" "ignore-params"
], ],
"no-misused-new": true, "no-misused-new": true,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!