dyad:lint
Installation
SKILL.md
Lint
Run pre-commit checks including formatting, linting, and type-checking, and fix any errors.
Instructions
-
Run formatting check and fix:
npm run fmtThis will automatically fix any formatting issues.
-
Run linting with auto-fix:
npm run lint:fix