Skip to content

Bounty: Dead Code Cleanup and Code Formatting (React) - #90

Open
hinzga wants to merge 1 commit into
Kleo-Network:productionfrom
hinzga:bounty/dead-code-cleanup-formatting
Open

Bounty: Dead Code Cleanup and Code Formatting (React)#90
hinzga wants to merge 1 commit into
Kleo-Network:productionfrom
hinzga:bounty/dead-code-cleanup-formatting

Conversation

@hinzga

@hinzga hinzga commented May 12, 2026

Copy link
Copy Markdown

Closes #55

Summary

  • Ran ESLint/Prettier formatting across the React/TypeScript source files touched by the existing lint configuration
  • Removed several clear unused imports, variables, an empty props interface, and an unused YouTube helper
  • Removed the duplicate plugins key from tailwind.config.js while preserving the custom scrollbar utilities and forms plugin

Verification

  • npm install --ignore-scripts
  • npm run lint (passes with existing warnings for any types and legacy unused variables, 0 errors)
  • npm run build
  • npm test -- --run

Note: a regular npm install attempts to build node-datachannel and fails in my local Node 24 environment. Installing with scripts skipped allowed lint/build/test verification for this frontend cleanup.

If accepted for the listed bounty, payout details can be shared privately.

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.

[Bounty] Dead Code Cleanup

1 participant