Files
react/packages
Lauren Tan 400b8d1cdc [eprh] Remove NoUnusedOptOutDirectives
This rule was a leftover from a while ago and doesn't actually lint anything useful. Specifically, you get a lint error if you try to opt out a component that isn't already bailing out. If there's a bailout the compiler already safely skips over it, so adding `'use no memo'` there is unnecessary.

Fixes #31407
2025-10-02 18:45:01 -04:00
..
2025-10-02 23:14:52 +02:00