What's Changed
🪄 Improvements
- Converted React 19 migration rules from auto-fix to suggestions:
no-context-provider: Now provides suggestions instead of auto-fixingno-forward-ref: Now provides suggestions instead of auto-fixingno-use-context: Now provides suggestions instead of auto-fixing
This change prevents automatic code modifications that could potentially break existing code, giving developers more control over React 19 migrations.