From cef0c7160cae5d21ae89747ff7a7065e4b08399c Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 4 Sep 2018 09:26:52 +0300 Subject: [PATCH] [Test] Disable warning as `u` flag is not supported in ES5 --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5