Cleanup
Run lint, format, and typecheck on modified files.
Process
Identify apps:
git diff --name-only develop..HEADapps/ledger-live-desktop/→ desktopapps/ledger-live-mobile/→ mobilelibs/→ both
Run commands (from repo root):
pnpm <app> lint --quiet --fix pnpm <app> prettier pnpm <app> typecheckCommit fixes (if any):
git add -A && git commit -m "chore: fix lint and format issues"
Summary Template
## Cleanup Summary
- **Lint**: ✅ / ⚠️ Fixed (X files)
- **Format**: ✅ / ⚠️ Fixed (X files)
- **TypeScript**: ✅ / ❌ X errors