返回 Skill 列表
extension
分类: 开发与工程无需 API Key

fix

在遇到代码检查错误、格式问题,或是在提交代码前确保它可以通过持续集成时使用。

person作者: jakexiaohubgithub

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