From a2fce05d4e8a3f9a85e1f412290c432c967980a0 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 3 Feb 2020 09:45:32 +0100 Subject: [PATCH] Let eslint take case of prefer-const --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 4d803cc3..f2c54d8c 100644 --- a/tslint.json +++ b/tslint.json @@ -23,7 +23,7 @@ "object-literal-shorthand": [true, "never"], "object-literal-sort-keys": false, "ordered-imports": false, - "prefer-const": true, + "prefer-const": false, "promise-function-async": true, "typedef": [true, "call-signature"], "variable-name": [true, "check-format", "allow-leading-underscore"]