mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
9 lines
251 B
Text
9 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"
|
|
}
|