-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusiondocumentationRelates to ESLint's documentationRelates to ESLint's documentationgood first issueGood for people who haven't worked on ESLint beforeGood for people who haven't worked on ESLint beforehelp wantedThe team would welcome a contribution from the community for this issueThe team would welcome a contribution from the community for this issue
Description
Docs page(s)
What documentation issue do you want to solve?
Many examples use var
, which is considered bad practice as it often leads to errors. const
and let
have had good support in all browsers for a long time.
What do you think is the correct solution?
Rewrite examples that use var
using const
and let
.
Participation
- I am willing to submit a pull request for this change.
Additional comments
No response
rakleed, kirkwaiblinger, effektsvk, Sahith53 and sabyasachisharmakirkwaiblinger and sabyasachisharma
Metadata
Metadata
Assignees
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusiondocumentationRelates to ESLint's documentationRelates to ESLint's documentationgood first issueGood for people who haven't worked on ESLint beforeGood for people who haven't worked on ESLint beforehelp wantedThe team would welcome a contribution from the community for this issueThe team would welcome a contribution from the community for this issue
Type
Projects
Status
Complete