فهرست منبع

added rule prefer const to tslint (#13071)

Patrick O'Carroll 7 سال پیش
والد
کامیت
0dc8949352
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tslint.json

+ 1 - 0
tslint.json

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