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

Former-commit-id: eb5bdd7ec5bd2278b94d4d5cd23fedc843cdc347
This commit is contained in:
郝先瑞
2023-09-11 18:19:27 +08:00
parent d1bfa599d6
commit 7fcf66c8d0

View File

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