Remove no-shadow rule

This commit is contained in:
kpdecker
2015-08-04 12:33:19 -05:00
parent 77e6bfc5a1
commit d716fd01c5
+1 -1
View File
@@ -129,7 +129,7 @@
"no-catch-shadow": 2,
"no-delete-var": 2,
"no-label-var": 2,
"no-shadow": 2,
"no-shadow": 0,
"no-shadow-restricted-names": 2,
"no-undef": 2,
"no-undef-init": 2,