fix(ui): move buttonVariants to its own file (lint clean) #16
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/button-variants-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The react-refresh rule flagged button.tsx for exporting a non-component
(buttonVariants) alongside the Button component. Moved the cva to
button-variants.ts (imported by button.tsx); button.tsx now exports only the
component.
bun run lintis green across all workspaces.Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com