From db71e72427bb79452e97cd80ace95a9b3b2c838f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 19 Feb 2020 15:18:24 +0400 Subject: update(vue): html-quotes Signed-off-by: Valentin Popov --- src/rules/vue/default.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/rules/vue/default.json b/src/rules/vue/default.json index fb82989..376b47c 100644 --- a/src/rules/vue/default.json +++ b/src/rules/vue/default.json @@ -49,7 +49,10 @@ ], "vue/html-quotes": [ "error", - "double" + "double", + { + "avoidEscape": false + } ], "vue/html-self-closing": [ "error", -- cgit v1.2.3