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

Replace var in javascript with let/const #5558

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tomhughes
Copy link
Member

This updates the eslint config to prohibit use of var and to prefer const over let and then fixes all uses of var to respect that.

Copy link

1 Warning
⚠️ Number of updated lines of code is too large to be in one PR. Perhaps it should be separated into two or more?

Generated by 🚫 Danger

@AntonKhorev
Copy link
Collaborator

and then fixes all uses of var to respect that

Not in unmerged pull requests.

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.

3 participants