epicenter icon indicating copy to clipboard operation
epicenter copied to clipboard

fix: resolve Biome linting issues

Open braden-w opened this issue 3 weeks ago • 0 comments

Fixes Biome linting warnings that were causing the quality check to fail.

Changes:

  • Prefix unused opts parameter with underscore in apps/api/src/index.ts
  • Replace any types with unknown for better type safety in apps/sh/src/lib/client/client/

Issues fixed:

  • lint/correctness/noUnusedFunctionParameters in apps/api/src/index.ts:53
  • lint/suspicious/noExplicitAny in apps/sh client files

This improves code quality and type safety while resolving CI failures.

braden-w avatar Nov 12 '25 20:11 braden-w