mirror of
https://github.com/immich-app/immich.git
synced 2025-02-09 18:57:46 +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
|
|
}
|