aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-10-08 14:25:50 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-10-12 10:12:41 +0300
commitd1575c82140c149dc56e2a95cc9f928f55ec96e2 (patch)
treecef3d68d3f7c34483352b26ee6538a3ec0a6b6a3 /.eslintrc.json
parenta1ae82be354ddf7c55bd378eff6b618a2734a499 (diff)
downloadrspamd-d1575c82140c149dc56e2a95cc9f928f55ec96e2.tar.gz
rspamd-d1575c82140c149dc56e2a95cc9f928f55ec96e2.zip
[WebUI] Add symbols sorting buttons
to detail history rows
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
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", {