Skip to content
Open
Prev Previous commit
Next Next commit
[compiler] Stop publishing eslint-plugin-react-compiler to npm (react…
…#34228)

While we still use this package internally, we now ask users to install
eslint-plugin-react-hooks instead, so this package can now be deprecated
on npm.
  • Loading branch information
poteto authored Aug 18, 2025
commit f508edc83fa1eb316a974c274b4411f081d6e94d
1 change: 0 additions & 1 deletion compiler/scripts/release/shared/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

const PUBLISHABLE_PACKAGES = [
'babel-plugin-react-compiler',
'eslint-plugin-react-compiler',
'react-compiler-healthcheck',
'react-compiler-runtime',
];
Expand Down