summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-07-11 11:49:55 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-07-11 11:49:55 +0300
commit4d43874f65a6afb81a9bf5671af41fc5200465ca (patch)
tree45a89e9cb2abc3926caef7cfc9330ed347df8913 /.eslintrc.json
parent01ab7eaa51df70adc6cd1e9d9e34d00957c2357a (diff)
downloadrspamd-4d43874f65a6afb81a9bf5671af41fc5200465ca.tar.gz
rspamd-4d43874f65a6afb81a9bf5671af41fc5200465ca.zip
[WebUI] Remove unused block
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 7e3d6f05d..19f85ea9c 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -55,7 +55,6 @@
"consistent-return": "off",
"consistent-this": "off",
"default-case": "off",
- "eqeqeq": "off",
"func-style": "off",
"function-paren-newline": "off",
"global-require": "off",
@@ -71,7 +70,6 @@
"no-else-return": "off",
"no-empty": "off",
"no-empty-function": "off",
- "no-eq-null": "off",
"no-inline-comments": "off",
"no-loop-func": "off",
"no-negated-condition": "off",