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

chore: automatically replace var with let or const #3338

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

Conversation

DavideViolante
Copy link
Contributor

  • add eslint rule no-var
  • add eslint rule prefer-const
  • run npm run lint --fix to automatically fix the code

Note: I didn't fix any code manually, just ran eslint.

@brianc
Copy link
Owner

brianc commented Jan 17, 2025

I really like this...I'm a bit worried about breaking other PRs so lemme go through & merge a few, then I'll merge this. Any additional outstanding PRs should be able to aut-fix themselves w/ yarn lint:fix which is 👍

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.

2 participants