tools/.prettierrc

4 lines
51 B
Plaintext
Raw Normal View History

2023-12-30 04:49:04 +00:00
{
"singleQuote": true,
"trailingComma": "all"
}