mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
9 lines
193 B
Text
9 lines
193 B
Text
|
|
{
|
||
|
|
"singleQuote": true,
|
||
|
|
"trailingComma": "all",
|
||
|
|
"printWidth": 120,
|
||
|
|
"semi": true,
|
||
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
||
|
|
"plugins": ["prettier-plugin-organize-imports"]
|
||
|
|
}
|