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

Use const and let instead of var #510

Merged
merged 4 commits into from Sep 6, 2018
Merged

Conversation

rimiti
Copy link
Contributor

@rimiti rimiti commented Sep 5, 2018

Hello @mikelax ,

A small refact related to your PR #509.

Regards,

@coveralls
Copy link

coveralls commented Sep 5, 2018

Pull Request Test Coverage Report for Build 324

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.285%

Totals Coverage Status
Change from base Build 319: 0.0%
Covered Lines: 136
Relevant Lines: 140

💛 - Coveralls

@rimiti rimiti requested a review from mikelax September 5, 2018 15:18
@rimiti rimiti self-assigned this Sep 5, 2018
@@ -4,6 +4,9 @@
"node": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 6
Copy link
Contributor

Choose a reason for hiding this comment

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

@rimiti what is the difference between using this parser option and adding es6: true to the env attribute?

.editorconfig Outdated
indent_style = space

[*.md]
insert_final_newline = false
Copy link
Contributor

Choose a reason for hiding this comment

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

@rimiti I think we should still insert final newlines even for md files.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hum, ok! I fix it

@mikelax mikelax added this to the v3.3.0 milestone Sep 5, 2018
Copy link
Contributor

@mikelax mikelax left a comment

Choose a reason for hiding this comment

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

🚀

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

Successfully merging this pull request may close these issues.

None yet

3 participants