Fix

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

chaitin 9335409 495 B Updated

File contents

Fix Lint and Formatting

Instructions

  1. Run yarn prettier to fix formatting
  2. Run yarn linc to check for remaining lint issues
  3. Report any remaining manual fixes needed

Common Mistakes

  • Running prettier on wrong files - yarn prettier only formats changed files
  • Ignoring linc errors - These will fail CI, fix them before committing

chaitin/MonkeyCodeOfficialPlugins/tree/main/skills/react-code-fix-linter commit 9335409af1

Frequently asked questions

npx skillmds@latest add chaitin/fix