From dd99326c5290a70768c30262e7216444d016582f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 13:19:20 +0400 Subject: feat(vue): Rule "html-quotes" Signed-off-by: Valentin Popov --- ROADMAP.md | 2 +- src/rules/vue/default.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index d9ba56b..5f36724 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -540,7 +540,7 @@ - [ ] "html-closing-bracket-spacing" - [ ] "html-end-tags" - [X] "html-indent" -- [ ] "html-quotes" +- [X] "html-quotes" - [ ] "html-self-closing" - [ ] "jsx-uses-vars" - [ ] "key-spacing" diff --git a/src/rules/vue/default.json b/src/rules/vue/default.json index e7e45eb..fcbce0b 100644 --- a/src/rules/vue/default.json +++ b/src/rules/vue/default.json @@ -9,6 +9,10 @@ "closeBracket": 0 } ], + "vue/html-quotes": [ + "error", + "double" + ], "vue/script-indent": [ "error", "tab", -- cgit v1.2.3