added rule prefer const to tslint (#13071)

This commit is contained in:
Patrick O'Carroll 2018-08-30 07:18:28 +02:00 committed by Torkel Ödegaard
parent 2e1db2ca93
commit 0dc8949352

View File

@ -42,6 +42,7 @@
"check-catch",
"check-else"
],
"prefer-const": true,
"radix": false,
"typedef-whitespace": [true, {
"call-signature": "nospace",