From 0dc8949352e56f543fc8884a110750a2cf9f682d Mon Sep 17 00:00:00 2001 From: Patrick O'Carroll Date: Thu, 30 Aug 2018 07:18:28 +0200 Subject: [PATCH] added rule prefer const to tslint (#13071) --- tslint.json | 1 + 1 file changed, 1 insertion(+) 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",