Skip to content

tools: make trailing commas consistent in .eslintrc - #25739

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:dangling-consistency
Closed

tools: make trailing commas consistent in .eslintrc#25739
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:dangling-consistency

Conversation

@Trott

@TrottTrott commented Jan 27, 2019

Copy link
Copy Markdown
Member

.eslintrc has lots of trailing commas and lots of places where there
aren't trailing commas. Use trailing commas throughout the files for
consistency.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

.eslintrc has lots of trailing commas and lots of places where there
aren't trailing commas. Use trailing commas throughout the files for
consistency.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the tools Issues and PRs related to the tools directory. label Jan 27, 2019
@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 27, 2019

@devsnekdevsnek left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if only we could do this to the whole codebase 😢

@Trott

Copy link
Copy Markdown
MemberAuthor

if only we could do this to the whole codebase 😢

soon

@addaleax

Copy link
Copy Markdown
Member

Landed in 1a37fd6

targos pushed a commit that referenced this pull request Jan 29, 2019
.eslintrc has lots of trailing commas and lots of places where there
aren't trailing commas. Use trailing commas throughout the files for
consistency.
PR-URL: #25739
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
@targostargos mentioned this pull request Jan 29, 2019
@Trott
Trott deleted the dangling-consistency branch January 13, 2022 22:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Trott@nodejs-github-bot@addaleax@lpinca@targos@devsnek@vsemozhetbyt