homebox/frontend/.prettierrc

10 lines
202 B
Text
Raw Normal View History

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