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

chore: var->const, and prettier #37

Merged
merged 2 commits into from
Feb 14, 2020
Merged

chore: var->const, and prettier #37

merged 2 commits into from
Feb 14, 2020

Conversation

FauxFaux
Copy link
Contributor

What does this PR do?

Take a step towards modernisation.

var->const/let done by IntelliJ.

@FauxFaux FauxFaux requested a review from a team January 21, 2020 09:11
@ghost ghost requested review from joeholdcroft and removed request for a team January 21, 2020 09:11
@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.263% when pulling 1e7f331 on chore/prettier into b143a76 on master.

@@ -1,51 +1,17 @@
{
"parserOptions": {
"ecmaVersion": 2017
"ecmaVersion": 2015

Choose a reason for hiding this comment

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

Why have we gone backwards here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a node 6 project ('cos it's used by the CLI), so it has to be valid es2015. May as well catch it at linting time, instead of later!

...for another 15 days, and then we'll be changing this not to support node 6, and changing it back to 2017, I guess.

Copy link

@gablaxian gablaxian left a comment

Choose a reason for hiding this comment

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

Approved with one minor comment

@FauxFaux FauxFaux merged commit 19ec76a into master Feb 14, 2020
@FauxFaux FauxFaux deleted the chore/prettier branch February 14, 2020 11:07
@snyksec
Copy link

snyksec commented May 20, 2020

🎉 This PR is included in version 1.15.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants