diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-09-15 19:32:20 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-09-15 19:32:20 +0300 |
commit | dff3186aa7c0020d0fb3fad7950dbcf4bee6a36f (patch) | |
tree | 839a1ea428958df66816af9fb8e4ccdf81e2da50 /.eslintrc.json | |
parent | c73e007d787c4df0499cee55b0c03ccd39edc410 (diff) | |
download | rspamd-dff3186aa7c0020d0fb3fad7950dbcf4bee6a36f.tar.gz rspamd-dff3186aa7c0020d0fb3fad7950dbcf4bee6a36f.zip |
[Minor] Enforce return after callback
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 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", |