dolphins7.skeleton/twenty-client/.prettierrc

9 lines
132 B
Text
Raw Normal View History

2023-12-21 02:59:50 +01:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"printWidth": 80,
"arrowParens": "avoid"
}