bot-with-admin-starter/back/.prettierrc

9 lines
136 B
Plaintext
Raw Permalink Normal View History

2026-02-14 19:33:09 +03:00
{
"singleQuote": true,
"trailingComma": "all",
"quoteProps": "consistent",
"semi": true,
"printWidth": 120,
"tabWidth": 2
}