Skip to content

fix: resolve ESLint errors#410

Merged
jonluca merged 1 commit intomainfrom
jonluca/fix-lint-errors
Feb 28, 2026
Merged

fix: resolve ESLint errors#410
jonluca merged 1 commit intomainfrom
jonluca/fix-lint-errors

Conversation

@jonluca
Copy link
Member

@jonluca jonluca commented Feb 28, 2026

Summary

  • Remove unused circular variable assignment in dereference.ts
  • Preserve caught error cause in SyntaxError exceptions in parse.ts

These changes resolve three ESLint violations: one no-useless-assignment error and two preserve-caught-error errors, while maintaining full test coverage.

- Remove unused circular variable assignment in dereference.ts
- Preserve caught error cause in SyntaxError exceptions in parse.ts
@jonluca jonluca merged commit 0fd077b into main Feb 28, 2026
13 checks passed
@jonluca jonluca deleted the jonluca/fix-lint-errors branch February 28, 2026 18:38
@github-actions
Copy link

Pull Request Test Coverage Report for Build 22526596772

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall first build on jonluca/fix-lint-errors at 86.701%

Totals Coverage Status
Change from base Build 22526536450: 86.7%
Covered Lines: 999
Relevant Lines: 1118

💛 - Coveralls

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.

1 participant