Node.js Migrate a Node.js project from ESLint and Prettier to Biome This post will show you how to migrate an existing Node.js project using ESLint and Prettier to Biome. The Biome CLI provides simple commands to complete the migration.
Node.js Set up a Node.js project with TypeScript and Biome This post shows you how to set up a Node.js TypeScript and use Biome as the Code formatted and linter. You learn how to run it before every commit and inside your CI pipeline with GitHub Actions.