aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 13:14:06 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 13:14:06 +0300
commit89bfbd940c9f5d96de3dd661fc43f3fbd75ccc27 (patch)
tree8df9d76554483bcc29b0a20566ac7563d73bdeae /.eslintrc.json
parentb816237c36989477a5ead4c0de6b94eeaef57902 (diff)
downloadrspamd-89bfbd940c9f5d96de3dd661fc43f3fbd75ccc27.tar.gz
rspamd-89bfbd940c9f5d96de3dd661fc43f3fbd75ccc27.zip
[Minor] Do not reassign function parameters
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 80303639e..b4f242a41 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -49,7 +49,6 @@
// Temporarily disabled rules
"array-callback-return": "off",
"array-element-newline": "off",
- "block-scoped-var": "off",
"brace-style": "off",
"callback-return": "off",
"consistent-return": "off",
@@ -74,7 +73,6 @@
"no-invalid-this": "off",
"no-loop-func": "off",
"no-negated-condition": "off",
- "no-param-reassign": "off",
"no-underscore-dangle": "off",
"no-use-before-define": "off",
"one-var-declaration-per-line": "off",