keycloak-modern-login/.prettierrc.json

8 lines
125 B
JSON
Raw Normal View History

2023-02-19 02:02:36 +01:00
{
"singleQuote": false,
"quoteProps": "as-needed",
"bracketSameLine": true,
"arrowParens": "avoid",
"semi": true
}