boilerplate-nestjs-api-crud/.prettierrc
2023-04-17 10:20:39 +08:00

4 lines
51 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all"
}