dispatch/client/.prettierrc.json
2020-04-30 07:54:30 +02:00

6 lines
79 B
JSON

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