portal-dashboard/.prettierrc.json

8 lines
151 B
JSON
Raw Normal View History

2024-03-13 13:40:45 +00:00
{
"bracketSpacing": true,
"bracketSameLine": true,
"quoteProps": "consistent",
"semi": true,
"singleQuote": false,
"trailingComma": "all"
}