[compiler] Stop publishing eslint-plugin-react-compiler to npm (#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.
lauren committed
Aug 18, 2025 at 11:34 UTC
f508edc83fa1eb316a974c274b4411f081d6e94d
1 file changed
-1
compiler/scripts/release/shared/packages.js
-1
@@ -7,7 +7,6 @@
7
8
const PUBLISHABLE_PACKAGES = [
9
'babel-plugin-react-compiler',
10
- 'eslint-plugin-react-compiler',
10
'react-compiler-healthcheck',
11
'react-compiler-runtime',
12
];