Files
tryFullStack/backend/.prettierrc

4 lines
54 B
Plaintext
Raw Normal View History

2025-07-15 17:32:19 +09:00
{
"singleQuote": true,
"trailingComma": "all"
}