summaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index db0ec78..86a6961 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -24,6 +24,7 @@
"no-caller": 2,
"no-undef": 2,
"no-unused-vars": 2,
+ "no-shadow": 2,
"no-eval": 2,
"comma-style": [
2,