Files
react/packages/eslint-plugin-react-hooks/src
Lauren Tan 518246f797 [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:33:33 -04:00
..