Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trailing commas to text lines #783

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Add trailing commas to text lines #783

merged 1 commit into from
Feb 6, 2025

Conversation

david-a-wheeler
Copy link
Contributor

A common error when modifying the JavaScript files is forgetting to add a separating comma to the previous line. This is detected when loading (including any tests), but it's still annoying. To reduce the likelihood of this error, add trailing commas to lines of the form "..."

A common error when modifying the JavaScript files is forgetting
to add a separating comma to the previous line. This is detected
when loading (including any tests), but it's still annoying.
To reduce the likelihood of this error, add trailing commas to
lines of the form "..."

Signed-off-by: David A. Wheeler <[email protected]>
@david-a-wheeler david-a-wheeler merged commit 651bf91 into main Feb 6, 2025
4 checks passed
@david-a-wheeler david-a-wheeler deleted the commaize branch February 6, 2025 00:08
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.

1 participant