1---2name: fix3description: Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.4---56# Fix Lint and Formatting78## Instructions9101. Run `yarn prettier` to fix formatting112. Run `yarn linc` to check for remaining lint issues123. Report any remaining manual fixes needed1314## Common Mistakes1516- **Running prettier on wrong files** - `yarn prettier` only formats changed files17- **Ignoring linc errors** - These will fail CI, fix them before committing
Findings
✓ No findings reported for this file.