Skip to content

Fix lint and typecheck CI failures#22

Merged
jbreite merged 1 commit into
mainfrom
fix-docs-ci
Mar 7, 2026
Merged

Fix lint and typecheck CI failures#22
jbreite merged 1 commit into
mainfrom
fix-docs-ci

Conversation

@jbreite
Copy link
Copy Markdown
Owner

@jbreite jbreite commented Mar 7, 2026

Summary

  • Disable noSvgWithoutTitle and noArrayIndexKey biome rules (decorative SVGs, static list keys)
  • Add type="button" to all button elements, remove unused imports/variables
  • Fix non-null assertion in budget integration test that broke typecheck
  • Add biome-ignore comments for legitimate suppressions (exhaustive deps, static element interactions, img elements in static export)

Test plan

  • bun run check:ci passes (0 errors)
  • bun run typecheck passes
  • bun run test passes (443 tests)

🤖 Generated with Claude Code

- Disable noSvgWithoutTitle and noArrayIndexKey biome rules (decorative
  SVGs and static list keys)
- Add type="button" to all button elements
- Remove unused imports and variables
- Add biome-ignore comments for legitimate suppressions
- Fix non-null assertion in budget integration test
- Use template literals in TOC component

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jbreite jbreite merged commit 0135f4f into main Mar 7, 2026
4 checks passed
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