cop-web/.prettierrc

9 lines
134 B
Plaintext
Raw Normal View History

2024-03-14 03:36:22 +00:00
{
"printWidth": 300,
"tabWidth": 2,
"singleQuote": true,
2024-10-30 01:56:24 +00:00
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid"
2024-03-14 03:36:22 +00:00
}