nestjs-auth/.prettierrc

4 lines
51 B
Plaintext
Raw Normal View History

2023-11-01 23:39:57 +00:00
{
"singleQuote": true,
"trailingComma": "all"
}