aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-07-14 17:13:56 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-07-14 17:56:15 +0300
commitb816237c36989477a5ead4c0de6b94eeaef57902 (patch)
treedb8151254d3de68f5e4b79036f1ba506a199a6d9 /.eslintrc.json
parent36ad4a3924ef58570eda1a19e03ec562298ed58a (diff)
downloadrspamd-b816237c36989477a5ead4c0de6b94eeaef57902.tar.gz
rspamd-b816237c36989477a5ead4c0de6b94eeaef57902.zip
[Minor] Do not shadow variables
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 9454f85d8..80303639e 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -75,7 +75,6 @@
"no-loop-func": "off",
"no-negated-condition": "off",
"no-param-reassign": "off",
- "no-shadow": "off",
"no-underscore-dangle": "off",
"no-use-before-define": "off",
"one-var-declaration-per-line": "off",