site/.prettierrc

8 lines
113 B
Plaintext
Raw Permalink Normal View History

2024-04-05 00:03:11 +00:00
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false
}