diff --git a/tslint.json b/tslint.json index 13de7acec634e..bbe9c1b62d519 100644 --- a/tslint.json +++ b/tslint.json @@ -39,7 +39,7 @@ ], "no-internal-module": true, "no-trailing-whitespace": true, - "no-inferrable-types": true, + "no-inferrable-types": [true], "no-null-keyword": true, "boolean-trivia": true, "type-operator-spacing": true,