Skip to content

Commit ee22483

Browse files
committed
🤖 Format docs/AGENTS.md
1 parent 7145544 commit ee22483

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,18 +265,17 @@ If IPC is hard to test, fix the test infrastructure or IPC layer, don't work aro
265265
- **Build custom only when**: The component has app-specific behavior with no shadcn equivalent
266266

267267
Example:
268+
268269
```bash
269270
# Add a new shadcn component
270271
bunx --bun shadcn@latest add badge
271272

272-
# Import in your code
273+
# Import in your code
273274
import { Badge } from "@/components/ui/badge"
274275
```
275276
276277
Shadcn components automatically respect our CSS variables via the `@/lib/utils` cn() helper and Tailwind config.
277278
278-
279-
280279
## TypeScript Best Practices
281280
282281
- **Avoid `as any` in all contexts** - Never use `as any` casts. Instead:

0 commit comments

Comments
 (0)