aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-08-23 20:09:45 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-08-26 21:57:49 +0300
commit5a0fb76c7c613fa9d41ef1a7b17110a25b54b245 (patch)
tree0f50b3c1d417a8d7a7021799ba730a69816d5bf8 /.eslintrc.json
parente94ceeaf832692de3f3f212701c7a6dd74cd98d6 (diff)
downloadrspamd-5a0fb76c7c613fa9d41ef1a7b17110a25b54b245.tar.gz
rspamd-5a0fb76c7c613fa9d41ef1a7b17110a25b54b245.zip
[WebUI] Avoid history table reinitialization
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 28c31ce80..d83055202 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -19,7 +19,7 @@
"id-length": ["error", { "min": 1 }],
// "max-len": ["error", { "code": 120 }],
"max-params": ["warn", 9],
- "max-statements": ["warn", 25],
+ "max-statements": ["warn", 27],
"max-statements-per-line": ["error", { "max": 2 }],
"multiline-comment-style": "off",
"multiline-ternary": ["error", "always-multiline"],