Skip to content

fix: biome import ordering - #20

Merged
aterrylu merged 4 commits into
mainfrom
terry/fix-biome-import
Mar 11, 2026
Merged

fix: biome import ordering#20
aterrylu merged 4 commits into
mainfrom
terry/fix-biome-import

Conversation

@aterrylu

Copy link
Copy Markdown
Owner

Fixes type import ordering that slipped through on #19 auto-merge.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@aterrylu
aterrylu enabled auto-merge (squash) March 11, 2026 04:04

@nox-0x nox-0x left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trivial import ordering fix — moves Hono value import after its type imports to satisfy Biome. No logic changes, no issues.

aterrylu and others added 3 commits March 10, 2026 21:20
- api.test.ts: replace `any` with `unknown` (biome noExplicitAny)
- Sidebar.tsx: wrap createSession in arrow fn (MouseEventHandler compat)
- useTerminal.ts: non-null assertion for sessionId in ws.onopen

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@aterrylu
aterrylu merged commit 2f5db39 into main Mar 11, 2026
1 check passed
@aterrylu
aterrylu deleted the terry/fix-biome-import branch March 11, 2026 04:23

@nox-0x nox-0x left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean fix — Biome import ordering satisfied, plus minor type improvements (any → Record<string, unknown>, non-null assertion on sessionId, arrow wrapper on onClick). No logic changes, no issues.

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.

2 participants