Skip to content

style: fix some eslint warnings#240

Merged
raklaptudirm merged 2 commits intoTheAlgorithms:masterfrom
vil02:fix_eslint_issues
May 25, 2024
Merged

style: fix some eslint warnings#240
raklaptudirm merged 2 commits intoTheAlgorithms:masterfrom
vil02:fix_eslint_issues

Conversation

@vil02
Copy link
Copy Markdown
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
@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.

3 participants