Chatwoot/.prettierrc

7 lines
98 B
Text
Raw Permalink Normal View History

2019-08-21 04:57:57 +00:00
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid"
2019-08-21 04:57:57 +00:00
}