diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-09-02 22:24:06 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-09-02 22:24:06 +0300 |
commit | 46cd18dbc37ab58e1258b584c7bfc1f526832ca5 (patch) | |
tree | 244fcf306057f1f3571245c00da78b0fc96556d5 /.eslintrc.json | |
parent | 45f1f3661a6ad55400f537f6f78ca26468266dc5 (diff) | |
download | rspamd-46cd18dbc37ab58e1258b584c7bfc1f526832ca5.tar.gz rspamd-46cd18dbc37ab58e1258b584c7bfc1f526832ca5.zip |
[WebUI] Add progress bar for AJAX requests
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
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", |