Browse Source

[Test] Disable warning

as `u` flag is not supported in ES5
tags/1.8.0
Alexander Moisseev 5 years ago
parent
commit
cef0c7160c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .eslintrc.json

+ 1
- 0
.eslintrc.json View File

@@ -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"

Loading…
Cancel
Save