diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 1c3421a..347fb32 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -35,4 +35,12 @@ module.exports = { vueIndentScriptAndStyle: false, endOfLine: "auto", + overrides: [ + { + files: "*.html", + options: { + parser: "html", + }, + }, + ], };