Skip to content

chore: fix lint failures on main (biome format)#31

Closed
kjellbergzoey wants to merge 1 commit into
kiqr:mainfrom
kjellbergzoey:chore/fix-lint
Closed

chore: fix lint failures on main (biome format)#31
kjellbergzoey wants to merge 1 commit into
kiqr:mainfrom
kjellbergzoey:chore/fix-lint

Conversation

@kjellbergzoey

Copy link
Copy Markdown
Contributor

Why

main is currently failing the lint CI gate. The recent tunnel/share + Apache-conf work was pushed without running biome format, leaving 7 files un-formatted:

up.tsx, restart.tsx, share.ts, BitnamiRuntimeProvider.ts, share.test.ts, agent.test.ts, mu-plugin.test.ts.

What

Ran npm run format (biome check --write .). Pure formatting + import-organization — zero behavior changes.

Verified

  • npm run lint → clean (84 files)
  • npm run typecheck → pass
  • npm test → 224 passed
  • npm run build → success

Merging this restores a green lint gate for main and unblocks every open PR's CI.

🤖 Generated with Claude Code

The tunnel/share + Apache-conf work landed on main without running
`biome format`, so `npm run lint` (the CI lint gate) was failing on:
up.tsx, restart.tsx, share.ts, BitnamiRuntimeProvider.ts, share.test.ts,
agent.test.ts, mu-plugin.test.ts.

Pure formatting / import-organization — no behavior changes. Restores a
green lint gate for main and every open PR.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@kjellbergzoey

Copy link
Copy Markdown
Contributor Author

Folding the formatting fix into the Mailpit PR (#29) instead, per request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant