diff --git a/tslint.json b/tslint.json index 9a72f9ccebc..a157981e0e7 100644 --- a/tslint.json +++ b/tslint.json @@ -42,6 +42,7 @@ "check-catch", "check-else" ], + "prefer-const": true, "radix": false, "typedef-whitespace": [true, { "call-signature": "nospace",