Homepage (site/index.html): integration-v14 promoted, Writings section integrated with 33 pieces clustered by type (stories/essays/miscellany), Writings welcome lightbox, content frame at 98% opacity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
329 B
Markdown
25 lines
329 B
Markdown
---
|
|
title: Rule Title Here
|
|
impact: MEDIUM
|
|
impactDescription: brief description of impact
|
|
tags: composition, components
|
|
---
|
|
|
|
## Rule Title Here
|
|
|
|
Brief explanation of the rule and why it matters.
|
|
|
|
**Incorrect:**
|
|
|
|
```tsx
|
|
// Bad code example
|
|
```
|
|
|
|
**Correct:**
|
|
|
|
```tsx
|
|
// Good code example
|
|
```
|
|
|
|
Reference: [Link](https://example.com)
|