configuration/.prettierrc.json

4 lines
51 B
JSON
Raw Normal View History

2023-01-25 09:50:05 +00:00
{
"singleQuote": true,
"trailingComma": "all"
}