dispatch/client/.prettierrc.json

6 lines
79 B
JSON

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