chore(cli): auto-sort imports (#7116)

This commit is contained in:
Jason Rasmussen
2024-02-14 09:55:40 -05:00
committed by GitHub
parent 87ae0be081
commit 69166fa520
12 changed files with 61 additions and 30 deletions

View File

@@ -32,6 +32,8 @@
"glob": "^10.3.1",
"immich": "file:../server",
"mock-fs": "^5.2.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",