site/.prettierrc

8 lines
113 B
Text
Raw Normal View History

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