Files
lettersoup-online/.prettierrc
2025-05-12 13:22:43 +08:00

10 lines
153 B
Plaintext

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