From f70932dd39f7c877511d97cea75347d7068093e7 Mon Sep 17 00:00:00 2001 From: Sytone Date: Wed, 2 Jun 2021 11:33:57 -0700 Subject: [PATCH] Move html to double quote as single used inside --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f9cca8a9..a66210fa0 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "rules": { "vue/html-quotes": [ "error", - "single" + "double" ], "quotes": [ "error",