homebox/frontend/.prettierrc

10 lines
176 B
Text
Raw Normal View History

2022-08-30 18:05:21 +00:00
{
"arrowParens": "avoid",
"semi": true,
"tabWidth": 4,
"useTabs": true,
"vueIndentScriptAndStyle": true,
"singleQuote": true,
"trailingComma": "es5"
}