diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-01 12:15:23 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-01 12:15:23 +0300 |
commit | 51c5a3c6f1b7c4cccfdaaf17300f9b0a11aed7c1 (patch) | |
tree | 36c37d387cf68c532225cf62caa4ff14fc18321a /.eslintrc.json | |
parent | 09c208bda19a1c46fdb7f2750f70cc2c30e2d15f (diff) | |
download | rspamd-51c5a3c6f1b7c4cccfdaaf17300f9b0a11aed7c1.tar.gz rspamd-51c5a3c6f1b7c4cccfdaaf17300f9b0a11aed7c1.zip |
[WebUI] Change symbols order without updating history
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 6af989a1f..722f2b8ae 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,7 +23,7 @@ "singleLine": { "afterColon": false } }], "max-params": ["warn", 6], - "max-statements": ["warn", 28], + "max-statements": ["warn", 30], "max-statements-per-line": ["error", { "max": 2 }], "multiline-comment-style": "off", "multiline-ternary": ["error", "always-multiline"], |