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.