diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-10-25 13:14:38 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-10-25 13:14:38 +0300 |
commit | 95664f9855b13f001d25df60171d71309cdd6738 (patch) | |
tree | 58f4990eed41a9b0b0c79eb109759a86017f5c84 /.eslintrc.json | |
parent | 5c918670919580b1b514ddc21f58ec3ac32ab8eb (diff) | |
download | rspamd-95664f9855b13f001d25df60171d71309cdd6738.tar.gz rspamd-95664f9855b13f001d25df60171d71309cdd6738.zip |
[WebUI] Fix history table vanishing
on repeated rows per page input
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 f0856b782..a2d754d5d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,7 +28,7 @@ "line-comment-position": "off", "logical-assignment-operators": ["error", "never"], "max-params": ["warn", 6], - "max-statements": ["warn", 44], + "max-statements": ["warn", 50], "max-statements-per-line": ["error", { "max": 2 }], "multiline-comment-style": "off", "multiline-ternary": ["error", "always-multiline"], |