From: Alexander Moisseev Date: Tue, 4 Sep 2018 06:26:52 +0000 (+0300) Subject: [Test] Disable warning X-Git-Tag: 1.8.0~191^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cef0c7160cae5d21ae89747ff7a7065e4b08399c;p=thirdparty%2Frspamd.git [Test] Disable warning as `u` flag is not supported in ES5 --- diff --git a/.eslintrc.json b/.eslintrc.json index 4f0c4c68e8..b86ee9390b 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"