Chatwoot/.prettierrc

7 lines
98 B
Plaintext

{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid"
}