Picsur/backend/.prettierrc

5 lines
52 B
Plaintext
Raw Normal View History

2022-02-21 09:46:03 +00:00
{
"singleQuote": true,
"trailingComma": "all"
2022-06-05 10:20:16 +00:00
}