react/compiler/packages/eslint-plugin-react-compiler/src
lauren 19f65ff179
[eprh] Remove NoUnusedOptOutDirectives (#34703)
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

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/34703).
* __->__ #34703
* #34700
2025-10-02 19:19:01 -04:00
..
rules [eprh] Remove NoUnusedOptOutDirectives (#34703) 2025-10-02 19:19:01 -04:00
shared [eprh] Remove NoUnusedOptOutDirectives (#34703) 2025-10-02 19:19:01 -04:00
types [ez] Run Prettier on eslint-plugin-react-compiler/src/types (#32590) 2025-03-12 19:12:22 -04:00
index.ts [compiler] Have react-compiler eslint plugin return a RuleModule (#34421) 2025-09-09 11:18:37 -07:00