DEV Community

Alex Spinov
Alex Spinov

Posted on

Biome Has a Free API That Replaces ESLint and Prettier With One Rust Tool

Biome does formatting AND linting — written in Rust, 35x faster than ESLint + Prettier combined, zero plugins.

npm install -D @biomejs/biome
npx biome init
npx biome check .
Enter fullscreen mode Exit fullscreen mode

One config file, 200+ lint rules, Prettier-compatible formatting, import sorting, TypeScript native.

Migrate from ESLint + Prettier

npx biome migrate eslint --write
npx biome migrate prettier --write
Enter fullscreen mode Exit fullscreen mode

The Bottom Line

One tool, one config, 35x faster. Replace your ESLint + Prettier + 15 plugins.


Need to automate data collection or build custom scrapers? Check out my Apify actors for ready-made tools, or email spinov001@gmail.com for custom solutions.

Top comments (0)