Organize Imports in Biome
From the Biome cheat sheet ยท Assist Actions ยท verified Aug 2026
Organize Imports
Sort, merge, and group imports with the recommended source action.
json
{
"assist": {
"enabled": true,
"actions": {
"source": {
"organizeImports": "on"
}
}
}
}โก check --write applies enabled Assist actions
๐ก Groups define import blocks from top to bottom
๐ Side-effect imports are not sorted by default
๐ The action also merges imports from the same source
assistimportsorganize-imports
Continue with Biome
Save the full cheat sheet or work through every related task.