mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
8 lines
207 B
Text
8 lines
207 B
Text
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"plugins": ["prettier-plugin-svelte"],
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
|
}
|