diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-21 21:53:15 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-21 21:53:15 +0300 |
commit | 1bbc384db6a6798800c04292820ab503121db918 (patch) | |
tree | 0f30b7c500a7322f56552d4135a9408b3c6ca440 /.eslintrc.json | |
parent | 82f687439412e6dc3268239fca0798f586d15cc6 (diff) | |
download | rspamd-1bbc384db6a6798800c04292820ab503121db918.tar.gz rspamd-1bbc384db6a6798800c04292820ab503121db918.zip |
[WebUI] Add history rows per page control
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 230365d86..b57c7129d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,7 +23,7 @@ "singleLine": { "afterColon": false } }], "max-params": ["warn", 6], - "max-statements": ["warn", 31], + "max-statements": ["warn", 33], "max-statements-per-line": ["error", { "max": 2 }], "multiline-comment-style": "off", "multiline-ternary": ["error", "always-multiline"], |