소스 검색

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",