summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-09-02 22:24:06 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-09-02 22:24:06 +0300
commit46cd18dbc37ab58e1258b584c7bfc1f526832ca5 (patch)
tree244fcf306057f1f3571245c00da78b0fc96556d5 /.eslintrc.json
parent45f1f3661a6ad55400f537f6f78ca26468266dc5 (diff)
downloadrspamd-46cd18dbc37ab58e1258b584c7bfc1f526832ca5.tar.gz
rspamd-46cd18dbc37ab58e1258b584c7bfc1f526832ca5.zip
[WebUI] Add progress bar for AJAX requests
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 c0f1eeb4b..4f0c4c68e 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -18,7 +18,7 @@
// "func-style": ["error", "declaration"],
"id-length": ["error", { "min": 1 }],
// "max-len": ["error", { "code": 120 }],
- "max-params": ["warn", 9],
+ "max-params": ["warn", 6],
"max-statements": ["warn", 28],
"max-statements-per-line": ["error", { "max": 2 }],
"multiline-comment-style": "off",