bot-with-admin-starter/back/.prettierrc
2026-02-14 19:33:09 +03:00

9 lines
136 B
Plaintext

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