瀏覽代碼

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