lint
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Lint and Fix
I have run ESLint on your codebase. Here are the results:
<eslint_output>
!pnpm lint:eslint 2>&1
</eslint_output>
Instructions
Step 1: Analyze the output
- Review the ESLint output above to identify all errors and warnings.
- Group issues by file to fix them efficiently.
- Prioritize errors over warnings - errors must be fixed first.
Step 2: Fix the issues
For each file with issues: