diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-08 14:25:50 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2018-10-12 10:12:41 +0300 |
commit | d1575c82140c149dc56e2a95cc9f928f55ec96e2 (patch) | |
tree | cef3d68d3f7c34483352b26ee6538a3ec0a6b6a3 /.eslintrc.json | |
parent | a1ae82be354ddf7c55bd378eff6b618a2734a499 (diff) | |
download | rspamd-d1575c82140c149dc56e2a95cc9f928f55ec96e2.tar.gz rspamd-d1575c82140c149dc56e2a95cc9f928f55ec96e2.zip |
[WebUI] Add symbols sorting buttons
to detail history rows
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 722f2b8ae..230365d86 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,7 +23,7 @@ "singleLine": { "afterColon": false } }], "max-params": ["warn", 6], - "max-statements": ["warn", 30], + "max-statements": ["warn", 31], "max-statements-per-line": ["error", { "max": 2 }], "multiline-comment-style": "off", "multiline-ternary": ["error", "always-multiline"], @@ -46,6 +46,7 @@ "prefer-spread": "off", "prefer-template": "off", "quote-props" : ["error", "consistent-as-needed"], + "quotes": ["error", "double", { "avoidEscape": true }], "require-jsdoc": "off", "require-unicode-regexp": "off", "space-before-function-paren": ["error", { |