Files
maaw/.prettierrc.json
Michael Dausmann a7f8c37f99 prettier fixes #16
2023-10-24 21:18:03 +11:00

8 lines
141 B
JSON

{
"singleQuote": true,
"bracketSameLine": true,
"vueIndentScriptAndStyle": true,
"arrowParens": "avoid",
"trailingComma": "none"
}