Files
dispatch/client/.prettierrc.json

6 lines
79 B
JSON
Raw Permalink Normal View History

2018-04-06 01:46:22 +02:00
{
2020-04-30 07:54:30 +02:00
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
2018-04-06 01:46:22 +02:00
}