aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2019-08-20 14:36:19 +0300
committermoisseev <moiseev@mezonplus.ru>2019-08-20 14:36:19 +0300
commitdef746a5dda265e113940ee13329ad3b45efd187 (patch)
tree8fff4fd7e7c734ef469b86667a67153d9d4c1484 /.eslintrc.json
parent622323beb53c4e465b256dd38afe7abb75a93ee4 (diff)
downloadrspamd-def746a5dda265e113940ee13329ad3b45efd187.tar.gz
rspamd-def746a5dda265e113940ee13329ad3b45efd187.zip
[WebUI] Rework scan results display
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index c9fa15153..bfc3fd6a5 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -24,7 +24,7 @@
"singleLine": { "afterColon": false }
}],
"max-params": ["warn", 6],
- "max-statements": ["warn", 33],
+ "max-statements": ["warn", 44],
"max-statements-per-line": ["error", { "max": 2 }],
"multiline-comment-style": "off",
"multiline-ternary": ["error", "always-multiline"],