mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|