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.

More Biome tasks

Back to the full Biome cheat sheet