From 14c1b72301633a0658ba00b15b63847e29fbf089 Mon Sep 17 00:00:00 2001 From: s2 Date: Thu, 8 Aug 2019 14:48:52 +0200 Subject: [PATCH] "avoidEscape": true --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],