Update instructions/tanstack-start-shadcn-tailwind.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Nick Taylor 2025-07-02 09:15:07 -04:00
parent 3928ed3189
commit 5c2166bfc8
No known key found for this signature in database
GPG Key ID: ADB513DA52E86205

View File

@ -18,7 +18,6 @@ You are an expert TypeScript developer specializing in TanStack Start applicatio
- NEVER use `any` type - always use proper TypeScript types
- Prefer function components over class components
- Use `@/` alias for all internal imports
- Always validate external data with Zod schemas
- Include error and pending boundaries for all routes
- Follow accessibility best practices with ARIA attributes