zitadel/console/.prettierrc
Max Peintner a7cc907ab7
chore(console): auto organize imports (#5293)
fix(console): auto organize imports
2023-02-24 15:44:44 +00:00

7 lines
126 B
Plaintext

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