Skip to content

test(biome): apply lint cleanup across test files - #206

Merged
AmiteK23 merged 1 commit into
mainfrom
chore/biome-lint-test-cleanup
Apr 16, 2026
Merged

test(biome): apply lint cleanup across test files#206
AmiteK23 merged 1 commit into
mainfrom
chore/biome-lint-test-cleanup

Conversation

@AmiteK23

@AmiteK23 AmiteK23 commented Apr 16, 2026

Copy link
Copy Markdown
Member

Description

Mechanical code cleanup to improve lint compliance and remove unsafe patterns.


What’s Changed

  • prefix unused parameters with _ (lint compliance)
  • replace non-null assertions (!) with optional chaining (?.)
  • remove unused imports
  • simplify error handling and catch bindings

Type of Change

  • Bug fix
  • Feature
  • Breaking change
  • Docs
  • Refactor
  • CI / Tests
  • Performance
  • Other (please describe):

Architectural Impact

  • No contract/output changes
  • Contract/output changed (describe below)

Testing

  • Tested locally
  • Tests added/updated
  • All tests pass

Related Issues

Relates to #194


Checklist

  • Target branch is main
  • Self-reviewed
  • Docs updated (if needed)
  • Changelog updated (if needed)

Additional Notes

No runtime or behavioral changes.

- prefix unused parameters with an underscore
- replace non-null assertions with optional chaining
- remove unused imports and simplify error handling

No runtime or behavioral changes.
@AmiteK23
AmiteK23 merged commit cb5d60b into main Apr 16, 2026
7 checks passed
@AmiteK23
AmiteK23 deleted the chore/biome-lint-test-cleanup branch April 16, 2026 23:46
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