aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-09-15 19:32:20 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-09-15 19:32:20 +0300
commitdff3186aa7c0020d0fb3fad7950dbcf4bee6a36f (patch)
tree839a1ea428958df66816af9fb8e4ccdf81e2da50 /.eslintrc.json
parentc73e007d787c4df0499cee55b0c03ccd39edc410 (diff)
downloadrspamd-dff3186aa7c0020d0fb3fad7950dbcf4bee6a36f.tar.gz
rspamd-dff3186aa7c0020d0fb3fad7950dbcf4bee6a36f.zip
[Minor] Enforce return after callback
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 bf4c767c9..b04b72b4b 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -53,7 +53,6 @@
// Temporarily disabled rules
"array-callback-return": "off",
"array-element-newline": "off",
- "callback-return": "off",
"consistent-return": "off",
"consistent-this": "off",
"func-style": "off",