Skip to content

fix: add explicit type annotations to scripts to resolve lint warnings - #31

Merged
veillette merged 2 commits into
mainfrom
claude/fix-script-warnings-FJCIJ
Feb 22, 2026
Merged

fix: add explicit type annotations to scripts to resolve lint warnings#31
veillette merged 2 commits into
mainfrom
claude/fix-script-warnings-FJCIJ

Conversation

@veillette

Copy link
Copy Markdown
Collaborator

Add explicit TypeScript types to all module-level const declarations in
scripts/bouncingBallToSVG.ts and scripts/generate-icons.ts so that the
biome nursery/useExplicitType lint rule produces no warnings for these files.

https://claude.ai/code/session_01F8eUh3EwwWZe9pLUa6rDQP

Add explicit TypeScript types to all module-level const declarations in
scripts/bouncingBallToSVG.ts and scripts/generate-icons.ts so that the
biome nursery/useExplicitType lint rule produces no warnings for these files.

https://claude.ai/code/session_01F8eUh3EwwWZe9pLUa6rDQP
Add a biome overrides entry scoped to src/** that turns off the
nursery/useExplicitType rule, removing ~160 warnings from the src tree
while keeping the rule active for scripts/.

https://claude.ai/code/session_01F8eUh3EwwWZe9pLUa6rDQP
@veillette
veillette merged commit baf15d4 into main Feb 22, 2026
1 check passed
@veillette
veillette deleted the claude/fix-script-warnings-FJCIJ branch February 22, 2026 19:39
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