[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.
This commit is contained in:
lauren 2025-08-18 11:34:55 -04:00 committed by GitHub
parent 0c89b160f6
commit f508edc83f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@
const PUBLISHABLE_PACKAGES = [
'babel-plugin-react-compiler',
'eslint-plugin-react-compiler',
'react-compiler-healthcheck',
'react-compiler-runtime',
];