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

Former-commit-id: eb5bdd7ec5
This commit is contained in:
郝先瑞 2023-09-11 18:19:27 +08:00
parent d1bfa599d6
commit 7fcf66c8d0
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",
},
},
],
};