dispatch/client/.prettierrc.json

6 lines
79 B
JSON
Raw Normal View History

2018-04-05 23:46:22 +00:00
{
2020-04-30 05:54:30 +00:00
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
2018-04-05 23:46:22 +00:00
}