summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 2a790cd..e607f2d 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -34,6 +34,9 @@
"destructuring": "all"
}
],
+ "no-shadow": [
+ "error"
+ ],
// prettier has control of indentation
"indent": ["off"],
"no-mixed-spaces-and-tabs": ["off"]