mirror of
https://github.com/immich-app/immich
synced 2025-06-04 23:08:03 +00:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"]
|
|
}
|