wimi/.prettierrc

9 lines
133 B
Text
Raw Normal View History

2024-04-05 13:56:51 +02:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"printWidth": 100,
"arrowParens": "avoid"
}