diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-08-26 22:50:24 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-08-26 22:50:24 +0300 |
commit | 08b280f0e30d7bf6a3878265a0efe4337f5359b4 (patch) | |
tree | 25833848fd4f272bada0fddbb4b13a7858ea86dc /.eslintrc.json | |
parent | 5a0fb76c7c613fa9d41ef1a7b17110a25b54b245 (diff) | |
download | rspamd-08b280f0e30d7bf6a3878265a0efe4337f5359b4.tar.gz rspamd-08b280f0e30d7bf6a3878265a0efe4337f5359b4.zip |
[WebUI] Avoid errors table reinitialization
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 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"], |