nest-project/.prettierrc

4 lines
51 B
Plaintext
Raw Normal View History

2023-02-15 16:49:40 +08:00
{
"singleQuote": true,
"trailingComma": "all"
}