mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 19:38:54 +03:00
chore(cli): auto-sort imports (#7116)
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"printWidth": 120,
|
||||
"semi": true
|
||||
"semi": true,
|
||||
"plugins": ["prettier-plugin-organize-imports"],
|
||||
"organizeImportsSkipDestructiveCodeActions": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user