mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
10 lines
251 B
Text
10 lines
251 B
Text
|
{
|
||
|
"jsonRecursiveSort": true,
|
||
|
"organizeImportsSkipDestructiveCodeActions": true,
|
||
|
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-sort-json"],
|
||
|
"printWidth": 120,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all"
|
||
|
}
|