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

style: use const when possible #230

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

vil02
Copy link
Member

@vil02 vil02 commented Feb 11, 2024

As suggested here, I stared exploring linting/static analysis tools available for TypeScript. The TypeScipt eslint seems to be reasonable. These changes are the result of running npx eslint . --fix, and from what I see it has changed let to const, which is a tiny step in a good direction.

@vil02 vil02 marked this pull request as ready for review February 11, 2024 17:24
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4f6cd6c) 96.32% compared to head (323fd01) 96.32%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #230   +/-   ##
=======================================
  Coverage   96.32%   96.32%           
=======================================
  Files          97       97           
  Lines        1797     1797           
  Branches      347      347           
=======================================
  Hits         1731     1731           
  Misses         66       66           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@raklaptudirm raklaptudirm merged commit 23ba61b into TheAlgorithms:master Feb 14, 2024
3 checks passed
@vil02 vil02 deleted the run_eslint branch February 14, 2024 16:08
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.

4 participants