Additional Source Actions in Biome
From the Biome cheat sheet ยท Assist Actions ยท verified Aug 2026
Additional Source Actions
Enable opt-in sorting actions for common JavaScript structures.
json
{
"assist": {
"actions": {
"source": {
"useSortedAttributes": "on",
"useSortedEnumMembers": "on",
"useSortedInterfaceMembers": "on",
"useSortedKeys": "on"
}
}
}
}๐ก Enable only ordering rules your team wants enforced
๐ Sorting object keys may create large intentional diffs
๐ assist.includes narrows actions after files.includes
โก A specific action overrides the source recommendation
assistsortingsource-actions
Continue with Biome
Save the full cheat sheet or work through every related task.