summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 17:38:27 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-07-15 17:38:27 +0300
commit743dd8b6b129227a6654c13f76a30432a0e04eda (patch)
tree856f2799fb4247a3aa3d78b4b98d81b8051d1a73 /.eslintrc.json
parentab72e301244e22f10463bfbf744ad95da4f7e9f9 (diff)
downloadrspamd-743dd8b6b129227a6654c13f76a30432a0e04eda.tar.gz
rspamd-743dd8b6b129227a6654c13f76a30432a0e04eda.zip
[Minor] Simplify conditional expression
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 d62daffcf..98c4bbbe6 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -66,7 +66,6 @@
"max-lines-per-function": "off",
"max-statements-per-line": "off",
"new-cap": "off",
- "no-else-return": "off",
"no-inline-comments": "off",
"no-invalid-this": "off",
"no-negated-condition": "off",