homebox/frontend/.prettierrc

10 lines
202 B
Text
Raw Normal View History

2022-08-30 10:05:21 -08:00
{
"arrowParens": "avoid",
"semi": true,
2022-08-30 18:11:36 -08:00
"tabWidth": 2,
"useTabs": false,
2022-08-30 10:05:21 -08:00
"vueIndentScriptAndStyle": true,
"singleQuote": true,
2022-08-30 18:11:36 -08:00
"trailingComma": "es5",
"printWidth": 120
}