Skip to content

eslint: require trailing comma on multiline objects and arrays #1110

Draft
outdooracorn wants to merge 9 commits intomainfrom
eslint-comma-dangle
Draft

eslint: require trailing comma on multiline objects and arrays #1110
outdooracorn wants to merge 9 commits intomainfrom
eslint-comma-dangle

Conversation

@outdooracorn
Copy link
Member

@outdooracorn outdooracorn commented Mar 20, 2026

This is beneficial for the following reasons:

  • improves clarity of diffs when an item is added or removed from an object or array
  • reduces the chances of having merge conflicts, since only the lines you are modifying are touched
  • simplifies adding and removing items to objects and arrays, since only the lines you are modifying must be touched

Bug: T420768

outdooracorn and others added 9 commits March 19, 2026 17:28
and started creating the `KnowledgeEquityCreateWikiWizardStep` card

Bug: T419210
This is benefitial for the following reasons:

  * improves clarity of diffs when an item is added or removed from an object or array
  * reduces the chances of having merge conficts, since only the lines you are modifying are touched
  * simplifies adding and removing items to objects and arrays, since only the lines you are modifying must be touched
@github-actions
Copy link

Deployment previews on netlify for branch refs/pull/1110/merge will be at the following locations (when build is done):

@outdooracorn
Copy link
Member Author

Keeping as WIP until #1108 is merged

@outdooracorn outdooracorn self-assigned this Mar 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants