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

tools: consistent .eslintrc formatting #7691

Closed
wants to merge 1 commit into from

Conversation

silverwind
Copy link
Contributor

@silverwind silverwind commented Jul 12, 2016

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

Description of change

All quotes in .eslintrc were unnecessary and inconsistently placed across the file. Additionally, format the globals to be consistent with the style of whitespace used in the file.

@silverwind silverwind added the tools Issues and PRs related to the tools directory. label Jul 12, 2016
@cjihrig
Copy link
Contributor

cjihrig commented Jul 12, 2016

LGTM

@Trott
Copy link
Member

Trott commented Jul 12, 2016

Would it make sense to take this opportunity to alphabetize the globals?

All quotes in .eslintrc were unnecessary and inconsistently placed
across the file. Additionally, format the globals to be consistent
with the style of whitespace and sorted them alphabetically.
@silverwind
Copy link
Contributor Author

Would it make sense to take this opportunity to alphabetize the globals?

done

@silverwind
Copy link
Contributor Author

@Trott
Copy link
Member

Trott commented Jul 12, 2016

LGTM

1 similar comment
@targos
Copy link
Member

targos commented Jul 13, 2016

LGTM

@silverwind
Copy link
Contributor Author

Thanks guys, landed in 11b2306.

@silverwind silverwind closed this Jul 13, 2016
@silverwind silverwind deleted the eslint-quotes branch July 13, 2016 20:10
silverwind added a commit that referenced this pull request Jul 13, 2016
All quotes in .eslintrc were unnecessary and inconsistently placed
across the file. Additionally, format the globals to be consistent
with the style of whitespace and sorted them alphabetically.

PR-URL: #7691
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
evanlucas pushed a commit that referenced this pull request Jul 15, 2016
All quotes in .eslintrc were unnecessary and inconsistently placed
across the file. Additionally, format the globals to be consistent
with the style of whitespace and sorted them alphabetically.

PR-URL: #7691
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
evanlucas pushed a commit that referenced this pull request Jul 20, 2016
All quotes in .eslintrc were unnecessary and inconsistently placed
across the file. Additionally, format the globals to be consistent
with the style of whitespace and sorted them alphabetically.

PR-URL: #7691
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants