tpmjs/packages/ui
Ajax Davis f451f169ad fix(lint): add inline lint suppression for polymorphic ref type
Added biome-ignore and eslint-disable-next-line comments inline on the
ref prop to properly suppress the any type warnings. Polymorphic component
requires any for proper ref forwarding across dynamic component types.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 18:51:20 +10:00
..
src fix(lint): add inline lint suppression for polymorphic ref type 2025-11-26 18:51:20 +10:00
CHANGELOG.md chore: version packages 2025-11-26 03:15:35 +10:00
eslint.config.mjs fix: resolve ESLint configuration and TypeScript errors across monorepo 2025-11-26 13:25:30 +10:00
package.json fix: add eslint as devDependency to packages that lint 2025-11-26 18:42:39 +10:00
tsconfig.json feat: add complete monorepo structure and all packages 2025-11-25 21:59:40 +10:00
tsup.config.ts refactor(ui): convert all remaining components from createElement to JSX syntax 2025-11-26 03:14:34 +10:00
vitest.config.ts fix: add testing-library/jest-dom matchers for UI tests 2025-11-25 22:22:35 +10:00