zitadel/console/.prettierrc

7 lines
126 B
Plaintext
Raw Normal View History

{
"printWidth": 125,
"singleQuote": true,
"trailingComma": "all",
"organizeImportsSkipDestructiveCodeActions": true
}