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 #18

Merged
merged 1 commit into from Aug 18, 2019
Merged

Use const and let instead of var #18

merged 1 commit into from Aug 18, 2019

Conversation

sonicdoe
Copy link
Contributor

Use const and let instead of var to conform to the no-var ESLint rule which is coming in a future version of JavaScript Standard Style. See standard/eslint-config-standard#152.

This pull request only changes the test.js test file and therefore does not change any actual package files.

@sibiraj-s sibiraj-s merged commit 7420381 into watson:master Aug 18, 2019
@sibiraj-s
Copy link
Collaborator

Thanks 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants