buckets/frontend/.prettierrc.json

8 lines
106 B
JSON
Raw Permalink Normal View History

2026-06-28 02:11:14 +02:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2
}