Chatwoot/.prettierrc

6 lines
98 B
Text

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