summaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index c1c00d0..9970933 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -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,