cobalt-7/packages/api-client/.prettierrc

7 lines
104 B
Text
Raw Normal View History

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