mirror of
https://github.com/immich-app/immich.git
synced 2025-02-18 01:24:26 -05:00
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"]
|
|
}
|