TypeScript Quality - Quick Reference When NOT to Use This Skill - SonarQube integration - Use skill - Test configuration - Use skill - Security scanning - Use security skills - React-specific patterns - Use skill Deep Knowledge : Use with technology: or for comprehensive documentation. Tool Comparison | Tool | Speed | Type-aware | Configuration | |------|-------|------------|---------------| | Biome | Fastest | No | Minimal | | ESLint | Slower | Yes (with TS) | Extensive | | TypeScript | N/A | Yes | tsconfig.json | Recommendation : Use Biome for formatting + basic linting, ESLint for type-awa…