homebox/frontend/.prettierrc
2022-08-30 18:11:36 -08:00

10 lines
No EOL
202 B
Text

{
"arrowParens": "avoid",
"semi": true,
"tabWidth": 2,
"useTabs": false,
"vueIndentScriptAndStyle": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 120
}