Files
wtr/.prettierrc.json
zv ee55521803
All checks were successful
CI / Lint, typecheck and build (push) Successful in 9m56s
chore: add prettier formatting
2026-06-14 20:26:56 +02:00

7 lines
90 B
JSON

{
"printWidth": 120,
"semi": true,
"singleQuote": false,
"trailingComma": "all"
}