name: fix-lint description: Run the frontend linter, analyze failures, and fix them iteratively. Use when linting fails, lint errors appear, or the user asks to fix lint issues in the frontend repo.
Fix Linter Failures
Steps
- Run
bun run lint:fix. - Review the output for failures.
- Fix one issue at a time.
- Re-run
bun run lint:fixto confirm all issues are fixed. - If failures remain, repeat steps 3 and 4.