---
allowed-tools: Bash(npm run lint), Bash(npm run lint:fix)
description: Run linting checks
---
Run linting to check code quality:
!`npm run lint`
Automatically fix all linting issues:
1. First run `npm run lint:fix` to auto-fix all fixable issues
2. If any issues remain that cannot be auto-fixed, manually fix them by editing the affected files