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