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.
运行前端代码检查工具,分析检查失败原因,并迭代修复问题。适用于前端代码检查失败、出现 lint 错误,或用户要求修复前端仓库中的 lint 问题时使用。
--- frontmattername: 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.
bun run lint:fix.bun run lint:fix to confirm all issues are fixed.