stayby-admin-nest/.prettierrc

5 lines
78 B
Plaintext
Raw Normal View History

2024-09-22 20:50:28 +08:00
{
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "auto"
}