Cleanup

Run lint, format, and typecheck on modified files

ledgerhq df3e651 762 B Updated

File contents

Cleanup

Run lint, format, and typecheck on modified files.

Process

  1. Identify apps: git diff --name-only develop..HEAD

    • apps/ledger-live-desktop/ → desktop
    • apps/ledger-live-mobile/ → mobile
    • libs/ → both
  2. Run commands (from repo root):

    pnpm <app> lint --quiet --fix
    pnpm <app> prettier
    pnpm <app> typecheck
    
  3. Commit 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

ledgerhq/ledger-live/tree/main/.agents/skills/cleanup commit df3e651cf8

Frequently asked questions

npx skillmds@latest add ledgerhq/cleanup