no-hand-rolled-spinner
Disallow intrinsic elements styled as Tailwind border-ring spinners outside the design-system implementation.
Why
One-off loading indicators duplicate a shared primitive and let accessibility and styling diverge.
Fix
Render the design-system Spinner component instead.
Examples
<div className="size-4 animate-spin rounded-full border-2 border-t-transparent" />;<Spinner className="size-4" />;