mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(server): lint import order (#3974)
* fix: use prettier extension * chore: format fix
This commit is contained in:
parent
2069293cc1
commit
816d040d81
58 changed files with 72 additions and 71 deletions
|
|
@ -3,5 +3,6 @@
|
|||
"trailingComma": "all",
|
||||
"printWidth": 120,
|
||||
"semi": true,
|
||||
"organizeImportsSkipDestructiveCodeActions": true
|
||||
"organizeImportsSkipDestructiveCodeActions": true,
|
||||
"plugins": ["prettier-plugin-organize-imports"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue