Sort keys in all JavaScript objects.

Review Request #12769 — Created Jan. 6, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-4.x

Reviewers

One of the ESLint settings we have turned on is enforcement of
alphabetical ordering within objects. Ordering is done within groups of
keys, separated by blank lines.

This change updates all our objects to be ordered. In some cases, I
opted to just add blank lines to keep certain things (like complex
functions) from having to be reordered, putting them in their own
groups.

Verified that ESLint was happy with ordering.

Commits

Files