domino-client/.prettierrc.json

9 lines
163 B
JSON
Raw Permalink Normal View History

2024-06-29 16:40:11 +02:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
2024-07-16 02:14:50 +02:00
"trailingComma": "all"
2024-06-29 16:40:11 +02:00
}