fix: 🐛 Parsing error: Unexpected token prettier/prettier 问题修复

This commit is contained in:
郝先瑞 2023-09-11 18:19:27 +08:00
parent 04496478a8
commit eb5bdd7ec5
1 changed files with 8 additions and 0 deletions

View File

@ -35,4 +35,12 @@ module.exports = {
vueIndentScriptAndStyle: false,
endOfLine: "auto",
overrides: [
{
files: "*.html",
options: {
parser: "html",
},
},
],
};