mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 15:09:45 +02:00
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"pluginSearchDirs": false
|
|
}
|