"avoidEscape": true

This commit is contained in:
s2
2019-08-08 14:48:52 +02:00
parent 883bc2fc85
commit 14c1b72301

View File

@@ -1,7 +1,7 @@
{"parserOptions":
{"ecmaVersion": 6},
"rules": {
"quotes": [2, "single", {"allowTemplateLiterals": true}],
"quotes": [2, "single", {"allowTemplateLiterals": true, "avoidEscape": true}],
"curly": [2, "all"],
"keyword-spacing": [2, {"overrides": {"else": {"before": true}, "catch": {"before": true, "after": false}}}],
"space-before-blocks": [2, "always"],