Run project quality checks:
- •
pnpm run lint– Biome lint - •
pnpm run ts-check– TypeScript check
Report any errors. Fix automatically if the user requests it.
运行代码风格检查与类型校验。在合并代码前,或用于验证代码质量时,可选用此工具。
--- frontmattername: lint-check description: Run lint and type-check. Use before merge or to verify code quality. disable-model-invocation: true
Run project quality checks:
pnpm run lint – Biome lintpnpm run ts-check – TypeScript checkReport any errors. Fix automatically if the user requests it.