react/packages/eslint-plugin-react-hooks/src
lauren fd2d279984
[eslint-plugin-react-hooks] Inline meta fields (#32115)
rollup doesn't inline cjs requires (although it can with an external
plugin), so requiring package.json was causing issues internally at Meta
since that file doesn't exist there.

We could teach our build scripts to do so but given that the eslint meta
field is optional anyways I opted to just hardcode the name and omit the
version.
2025-01-17 15:16:36 -05:00
..
ExhaustiveDeps.js fix[eslint-plugin-react-hooks]: Fix error when callback argument is an identifier with an as expression (#31119) 2024-11-19 10:36:30 +01:00
index.js [eslint-plugin-react-hooks] Inline meta fields (#32115) 2025-01-17 15:16:36 -05:00
RulesOfHooks.js react-hooks/rules-of-hooks: detect issues in class properties (#31823) 2025-01-06 12:12:09 +01:00