DotDashPit/.prettierrc.json
2025-06-05 04:48:43 +02:00

6 lines
93 B
JSON

{
"printWidth": 80,
"quoteProps": "consistent",
"semi": false,
"singleQuote": true
}