summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-09-21 09:22:50 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-09-21 09:22:50 +0300
commit47cad9a73265359c182191f9146c5fa22b6846f9 (patch)
tree0fe84c05c2e6334fd7cbeed95488d4f04f42e4ba /.eslintrc.json
parent85af07192faaf84256a00df8c12c34b917043dc0 (diff)
downloadrspamd-47cad9a73265359c182191f9146c5fa22b6846f9.tar.gz
rspamd-47cad9a73265359c182191f9146c5fa22b6846f9.zip
[Minor] Use .forEach instead of .map
as we only need to iterate
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 8f33f636c..ccd26cc74 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -56,7 +56,6 @@
// Temporarily disabled rules
- "array-callback-return": "off",
"array-element-newline": "off",
"consistent-this": "off",
"func-style": "off",