mirror of
https://github.com/immich-app/immich.git
synced 2026-04-25 02:29:51 -04:00
12 lines
447 B
Plaintext
12 lines
447 B
Plaintext
{
|
|
"importOrder": ["<THIRD_PARTY_MODULES>", "<BUILTIN_MODULES>", "^\\$(.*)$", "^@test-data(.*)$", "^[./]"],
|
|
"importOrderSeparation": false,
|
|
"jsonRecursiveSort": true,
|
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-svelte", "prettier-plugin-sort-json"],
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|