Fix Lint and Formatting
Instructions
- •Run
npm run formatto fix formatting - •Run
npm run lintto check for remaining lint issues - •Report any remaining manual fixes needed
Common Mistakes
- •Running prettier on wrong files -
npm run formatonly formats changed files - •Ignoring linc errors - These will fail CI, fix them before committing