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