mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
af0de1a768
* chore: linting * fix: broken tests * fix: formatting
8 lines
193 B
Text
8 lines
193 B
Text
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
"plugins": ["prettier-plugin-organize-imports"]
|
|
}
|