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: fix some eslint warnings #240

Merged
merged 2 commits into from
May 25, 2024

Conversation

vil02
Copy link
Member

@vil02 vil02 commented May 13, 2024

This PR fixes some eslint warnings, namely:

/workspace/TypeScript/graph/dijkstra.ts
   1:10  error  'MinHeap' is defined but never used     @typescript-eslint/no-unused-vars
  35:18  error  '_' is assigned a value but never used  @typescript-eslint/no-unused-vars

and

/workspace/TypeScript/search/jump_search.ts
  26:5  error  'stepSize' is never reassigned. Use 'const' instead  prefer-const

Continuation of #230.

@raklaptudirm raklaptudirm merged commit a08a122 into TheAlgorithms:master May 25, 2024
2 of 3 checks passed
@vil02 vil02 deleted the fix_eslint_issues branch May 25, 2024 14:05
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.

None yet

3 participants