server/.prettierrc

4 lines
51 B
Plaintext
Raw Normal View History

2023-06-25 11:52:15 +00:00
{
"singleQuote": true,
"trailingComma": "all"
}