training_data/apps/server/.prettierrc

5 lines
52 B
Plaintext
Raw Normal View History

2024-07-11 11:00:51 +08:00
{
"singleQuote": true,
"trailingComma": "all"
2025-03-31 20:44:33 +08:00
}