From f508edc83fa1eb316a974c274b4411f081d6e94d Mon Sep 17 00:00:00 2001 From: lauren Date: Mon, 18 Aug 2025 11:34:55 -0400 Subject: [PATCH] [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. --- compiler/scripts/release/shared/packages.js | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/scripts/release/shared/packages.js b/compiler/scripts/release/shared/packages.js index 39970bdde6..235ba0f1dd 100644 --- a/compiler/scripts/release/shared/packages.js +++ b/compiler/scripts/release/shared/packages.js @@ -7,7 +7,6 @@ const PUBLISHABLE_PACKAGES = [ 'babel-plugin-react-compiler', - 'eslint-plugin-react-compiler', 'react-compiler-healthcheck', 'react-compiler-runtime', ];