Skip to content

Apply deno fmt formatting#2

Merged
christian-andersson merged 1 commit intomainfrom
chore/formatting-cleanup
Jan 26, 2026
Merged

Apply deno fmt formatting#2
christian-andersson merged 1 commit intomainfrom
chore/formatting-cleanup

Conversation

@christian-andersson
Copy link
Member

Summary

  • Apply consistent formatting across the codebase using deno fmt

Test plan

  • Run deno fmt --check - passes
  • Run deno test --allow-net - all tests pass

🤖 Generated with Claude Code

- Apply consistent formatting across the codebase using deno fmt
- Fix require-await lint errors by removing unnecessary async keywords
- Fix verbatim-module-syntax by using import type for type-only imports
- Fix no-unused-vars by removing unused RepositoryAuth import
- Add @std/assert to deno.json imports and use bare specifiers in tests
- Simplify project structure section in README for human readability

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@christian-andersson christian-andersson merged commit f2f4bb4 into main Jan 26, 2026
1 check passed
@christian-andersson christian-andersson deleted the chore/formatting-cleanup branch January 26, 2026 12:19
@christian-andersson christian-andersson restored the chore/formatting-cleanup branch January 26, 2026 13:11
@christian-andersson christian-andersson deleted the chore/formatting-cleanup branch January 26, 2026 13:12
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