aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-09-04 09:26:52 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-09-04 09:26:52 +0300
commitcef0c7160cae5d21ae89747ff7a7065e4b08399c (patch)
tree8c5b65bb3281ea4fb1b9044767937eb48749116f /.eslintrc.json
parenteed7d34b216c61f769d3f42eaa57926ab02bd70e (diff)
downloadrspamd-cef0c7160cae5d21ae89747ff7a7065e4b08399c.tar.gz
rspamd-cef0c7160cae5d21ae89747ff7a7065e4b08399c.zip
[Test] Disable warning
as `u` flag is not supported in ES5
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 4f0c4c68e..b86ee9390 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -41,6 +41,7 @@
"prefer-template": "off",
"quote-props" : ["error", "consistent-as-needed"],
"require-jsdoc": "off",
+ "require-unicode-regexp": "off",
"space-before-function-paren": ["error", {
"anonymous": "always",
"named": "never"