diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
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" |