immich/e2e/.prettierrc

9 lines
193 B
Plaintext
Raw Normal View History

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": true,
"organizeImportsSkipDestructiveCodeActions": true,
"plugins": ["prettier-plugin-organize-imports"]
}