fix: 🐛 Parsing error: Unexpected token prettier/prettier 问题修复
Former-commit-id: eb5bdd7ec5bd2278b94d4d5cd23fedc843cdc347
This commit is contained in:
@@ -35,4 +35,12 @@ module.exports = {
|
||||
vueIndentScriptAndStyle: false,
|
||||
|
||||
endOfLine: "auto",
|
||||
overrides: [
|
||||
{
|
||||
files: "*.html",
|
||||
options: {
|
||||
parser: "html",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user