nestjs-starter/.prettierrc
2026-02-14 13:41:28 +03:00

9 lines
136 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"quoteProps": "consistent",
"semi": true,
"printWidth": 120,
"tabWidth": 2
}