diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-11 11:13:40 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-11 11:45:37 +0300 |
commit | 99cf8eafc4f6cae6e6187dfa929da756536dbeb8 (patch) | |
tree | 17d63823374c46fabdb1b1106002cc30a57648cd /.eslintrc.json | |
parent | f98d6e900feba2726ea548895b645d9455656d57 (diff) | |
download | rspamd-99cf8eafc4f6cae6e6187dfa929da756536dbeb8.tar.gz rspamd-99cf8eafc4f6cae6e6187dfa929da756536dbeb8.zip |
[WebUI] Do not redeclare variables
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index ee10918bb..7e3d6f05d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -76,7 +76,6 @@ "no-loop-func": "off", "no-negated-condition": "off", "no-param-reassign": "off", - "no-redeclare": "off", "no-shadow": "off", "no-underscore-dangle": "off", "no-use-before-define": "off", |