cobalt/packages/api-client/.prettierrc

7 lines
104 B
Text
Raw Permalink Normal View History

2024-08-08 17:36:31 +02:00
{
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid"
}