瀏覽代碼

Allow shadowed variabes (much of our code already uses them).

Afshin Darian 8 年之前
父節點
當前提交
c9435d2306
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tslint.json

+ 1 - 1
tslint.json

@@ -70,7 +70,7 @@
     "no-null-keyword": false,
     "no-reference": true,
     "no-require-imports": false,
-    "no-shadowed-variable": true,
+    "no-shadowed-variable": false,
     "no-string-literal": false,
     "no-switch-case-fall-through": true,
     "no-trailing-whitespace": true,