Migrate from ESLint in Biome

From the Biome cheat sheet ยท Migration ยท verified Aug 2026

Migrate from ESLint

Translate supported ESLint settings, plugins, ignores, and rules.

bash
# Preview the migration
npx @biomejs/biome migrate eslint

# Write the converted configuration
npx @biomejs/biome migrate eslint --write
๐Ÿ“Œ Review the generated rule mapping before removing ESLint
๐Ÿ’ก Legacy and flat JavaScript configs are supported
๐Ÿ” YAML ESLint configuration is not migrated
โš ๏ธ Plugin behavior may not have an exact Biome equivalent
migrationeslintrules

Continue with Biome

Save the full cheat sheet or work through every related task.

More Biome tasks

Back to the full Biome cheat sheet