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

Add ESLint rule to prohibit var #1482

Closed
NodeGuy opened this issue Oct 19, 2018 · 0 comments · Fixed by #1484
Closed

Add ESLint rule to prohibit var #1482

NodeGuy opened this issue Oct 19, 2018 · 0 comments · Fixed by #1484
Labels

Comments

@NodeGuy
Copy link
Contributor

NodeGuy commented Oct 19, 2018

var has been superseded by const and let and there's no longer any reason to use it. Prohibiting its use is a precursor step before adding a rule about let that we discussed in our const conversations.

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 a pull request may close this issue.

1 participant