cobalt/packages/api-client/.prettierrc

7 lines
104 B
Text
Raw Normal View History

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