node-ts-boilerplate/.prettierrc

6 lines
69 B
Plaintext
Raw Permalink Normal View History

2025-01-15 10:50:50 +00:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}