-
-
Notifications
You must be signed in to change notification settings - Fork 337
feat(chore): use modern "let" instead of "var" in build scripts #2597
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
Conversation
Hey, it looks like you didn't provide much info about your issue/pr. We would appreciate it if you could provide us with more information so we can better understand your issue or pull request. |
This reverts commit 0124b45.
Hi @lubber-de, if there is no feedback left let's merge this PR and then #2598 and #2599 (in this order, there should be no conflict). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I finally understood your "configDocs" change (i actually learned/refreshed a bit of my javascript knowledge today). Thanks for making a single PR out of it, was worth it (for me 😆 )
LGTM
Both other PRs have merge conflicts now. Please resolve 🙂 |
Modernize code using eslint advisory introduced in GH-2596. This PR focuses on fixing
no-var
rule.For src/* files it cannot be fixed (now) because of limited support in IE11.