aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-08-26 22:50:24 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-08-26 22:50:24 +0300
commit08b280f0e30d7bf6a3878265a0efe4337f5359b4 (patch)
tree25833848fd4f272bada0fddbb4b13a7858ea86dc /.eslintrc.json
parent5a0fb76c7c613fa9d41ef1a7b17110a25b54b245 (diff)
downloadrspamd-08b280f0e30d7bf6a3878265a0efe4337f5359b4.tar.gz
rspamd-08b280f0e30d7bf6a3878265a0efe4337f5359b4.zip
[WebUI] Avoid errors 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 d83055202..c0f1eeb4b 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", 27],
+ "max-statements": ["warn", 28],
"max-statements-per-line": ["error", { "max": 2 }],
"multiline-comment-style": "off",
"multiline-ternary": ["error", "always-multiline"],