소스 검색

set the variable-name check of the linter to true again

Oliver 9 년 전
부모
커밋
bd5db69d02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tslint.json

+ 1 - 1
tslint.json

@@ -119,7 +119,7 @@
       "check-function"
     ],
     "variable-name": [
-      false,
+      true,
       "check-format",
       "ban-keywords"
     ],