Update eslintrc
This commit is contained in:
parent
cff5c49383
commit
29d14e48a7
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@
|
||||||
"quote-props": "off",
|
"quote-props": "off",
|
||||||
"quotes": ["error", "single", { "allowTemplateLiterals": true }],
|
"quotes": ["error", "single", { "allowTemplateLiterals": true }],
|
||||||
"require-jsdoc": "off",
|
"require-jsdoc": "off",
|
||||||
|
"require-unicode-regexp": "off",
|
||||||
"sort-imports": "off",
|
"sort-imports": "off",
|
||||||
"sort-keys": "off",
|
"sort-keys": "off",
|
||||||
"sort-vars": "off",
|
"sort-vars": "off",
|
||||||
|
|
Reference in a new issue