1
0
Fork 1
mirror of https://example.com synced 2024-11-23 07:56:39 +09:00
firefish/packages/client/.prettierrc

16 lines
208 B
Text
Raw Normal View History

2023-04-08 09:01:42 +09:00
{
"tabWidth": 4,
"useTabs": true,
"singleQuote": false,
"vueIndentScriptAndStyle": false,
"plugins": ["vue"],
"overrides": [
{
"files": "*.vue",
"options": {
"parser": "vue"
}
}
]
}