diff --git a/.eslintrc.json b/.eslintrc.json index e349c65..22c21bf 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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"],