Skip to content

Conversation

@Trott
Copy link
Member

@TrottTrott commented May 5, 2016

Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

tools

Description of change

There are over 70 files in the project using template strings and all of
them have followed the convention of no spaces in curly braces.

Good: ${foo}

Not used: ${foo }

Since the project has adopted a convention, and ESLint has a rule to
enforce exactly this convention, enable the rule.

There are over 70 files in the project using template strings and all of them have followed the convention of no spaces in curly braces. Good: `${foo}` Not used: `${foo }` Since the project has adopted a convention, and ESLint has a rule to enforce exactly this convention, enable the rule.
@TrottTrott added the tools Issues and PRs related to the tools directory. label May 5, 2016
@cjihrig
Copy link
Contributor

LGTM

@Fishrock123
Copy link
Contributor

lgtm

@JungMinu
Copy link
Member

LGTM

1 similar comment
@targos
Copy link
Member

LGTM

Trott added a commit to Trott/io.js that referenced this pull request May 8, 2016
There are over 70 files in the project using template strings and all of them have followed the convention of no spaces in curly braces. Good: `${foo}` Not used: `${foo }` Since the project has adopted a convention, and ESLint has a rule to enforce exactly this convention, enable the rule. PR-URL: nodejs#6591 Reviewed-By: cjihrig - Colin Ihrig <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@Trott
Copy link
MemberAuthor

Trott commented May 8, 2016

Landed in 83aa1f7

@TrottTrott closed this May 8, 2016
evanlucas pushed a commit that referenced this pull request May 17, 2016
There are over 70 files in the project using template strings and all of them have followed the convention of no spaces in curly braces. Good: `${foo}` Not used: `${foo }` Since the project has adopted a convention, and ESLint has a rule to enforce exactly this convention, enable the rule. PR-URL: #6591 Reviewed-By: cjihrig - Colin Ihrig <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
@TrottTrott deleted the template branch January 13, 2022 22:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Trott@cjihrig@Fishrock123@JungMinu@targos@MylesBorins