diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 17:38:27 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-07-15 17:38:27 +0300 |
commit | 743dd8b6b129227a6654c13f76a30432a0e04eda (patch) | |
tree | 856f2799fb4247a3aa3d78b4b98d81b8051d1a73 /.eslintrc.json | |
parent | ab72e301244e22f10463bfbf744ad95da4f7e9f9 (diff) | |
download | rspamd-743dd8b6b129227a6654c13f76a30432a0e04eda.tar.gz rspamd-743dd8b6b129227a6654c13f76a30432a0e04eda.zip |
[Minor] Simplify conditional expression
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 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", |