- Total Suggestions: 41
- JavaScript: 41
- CSS: 0
- HTML: 0
- Performance: 0
- Stable Features: 41
- Newly Available: 0
- Limited Support: 0
- Not Supported: 0
Critical - Major modernization required 🔴
The badges above show your codebase's modernization achievements. Here's what each badge means:
- 🟢 Baseline Approved - Your codebase meets Baseline standards (score ≥ -5)
- 🔵 Perfect Score - Achieved a perfect score of 0 (no modernization suggestions needed)
- 🟡 JavaScript Modernizer - Fixed 5+ JavaScript modernization opportunities
- 🟠 CSS Champion - Fixed 3+ CSS modernization opportunities
- 🟢 Performance Guru - Fixed 2+ performance-related opportunities
- 🟢 Error Free - No high-severity errors found in your code
- ⚪ HTML Modernizer - Fixed HTML modernization opportunities
- 🟣 Complete Overhaul - Fixed 10+ total modernization opportunities
- 🟢 Baseline Stable - Uses 5+ Baseline stable web features
- 🩷 Modern Web Explorer - Uses newly available web features
- 🔷 Code Cleaner - Fixed 20+ suggestions with a score better than -50
Badges are automatically earned based on your codebase analysis results:
- Run
baseline-upgrade scanto analyze your project - Badges are awarded based on modernization progress and code quality
- Add earned badges to your README to showcase your modern web standards compliance
- Use badges in CI/CD to track modernization progress over time
# Install the CLI
npm install -g baseline-upgrade
# Analyze your project
baseline-upgrade scan .
# See which badges you can earn
baseline-upgrade --help