"avoidEscape": true
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{"parserOptions":
|
{"parserOptions":
|
||||||
{"ecmaVersion": 6},
|
{"ecmaVersion": 6},
|
||||||
"rules": {
|
"rules": {
|
||||||
"quotes": [2, "single", {"allowTemplateLiterals": true}],
|
"quotes": [2, "single", {"allowTemplateLiterals": true, "avoidEscape": true}],
|
||||||
"curly": [2, "all"],
|
"curly": [2, "all"],
|
||||||
"keyword-spacing": [2, {"overrides": {"else": {"before": true}, "catch": {"before": true, "after": false}}}],
|
"keyword-spacing": [2, {"overrides": {"else": {"before": true}, "catch": {"before": true, "after": false}}}],
|
||||||
"space-before-blocks": [2, "always"],
|
"space-before-blocks": [2, "always"],
|
||||||
|
Reference in New Issue
Block a user