
Biome Is 56x Faster Than ESLint. Is It Time to Switch?
Biome lints 10,000 files in 0.8 seconds. ESLint takes 45 seconds. That's not a typo — it's a 56x performance difference. Originally published on pkgpulse.com ESLint still dominates with 79.3 million weekly downloads. Biome has 2 million. But Biome's growth rate tells a different story: it surpassed 15 million monthly downloads in 2025 and shows no signs of slowing. Meanwhile, ESLint v10 just shipped in February 2026 — the most significant release in years. We compared both tools using real data from PkgPulse . Here's what the numbers say. At a Glance: The Numbers Metric ESLint Biome Weekly Downloads 79.3M 2.0M GitHub Stars 25K+ 16K+ Performance (10K files) ~45 seconds ~0.8 seconds Language JavaScript (Node.js) Rust (native binary) Built-in Formatter No (needs Prettier) Yes (97% Prettier-compatible) Lint Rules 300+ (core) + thousands via plugins 423+ Config Files Needed 2-4 (ESLint + Prettier + configs) 1 ( biome.json ) npm Dependencies 127+ packages (with Prettier) 0 (single binary) Cu
Continue reading on Dev.to Webdev
Opens in a new tab



