set prettierrc rule vueIndentScriptAndStyle to true

This commit is contained in:
2022-08-09 01:04:02 +02:00
parent f8196b162e
commit 132dd2803e

View File

@@ -5,6 +5,6 @@
"singleQuote": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"vueIndentScriptAndStyle": false,
"vueIndentScriptAndStyle": true,
"trailingComma": "none"
}