---
title: Rule Title Here
impact: MEDIUM
impactDescription: Optional description of impact
tags: tag1, tag2
---

## Rule Title Here

Brief explanation of the rule and why it matters.

**Incorrect (description of what's wrong):**

```tsx
// Bad code example here
```

**Correct (description of what's right):**

```tsx
// Good code example here
```

Reference: [Link to documentation or resource](https://example.com)
