From 2dfd7f4c65feb50b30d39007f3341df5dc4b756d Mon Sep 17 00:00:00 2001 From: yyh Date: Tue, 3 Mar 2026 14:03:55 +0800 Subject: [PATCH] fix: docs --- web/docs/overlay-migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/docs/overlay-migration.md b/web/docs/overlay-migration.md index b91583fd79..77c5fe5b04 100644 --- a/web/docs/overlay-migration.md +++ b/web/docs/overlay-migration.md @@ -46,5 +46,5 @@ pnpm eslint --prune-suppressions --pass-on-unpruned-suppressions ## React Refresh policy for base UI primitives - We keep primitive aliases (for example `DropdownMenu = Menu.Root`) in the same module. -- To avoid IDE noise, `react-refresh/only-export-components` is configured with explicit `allowExportNames` for the base UI primitive surface. -- Do not use file-level `eslint-disable` comments for this policy. +- For `app/components/base/ui/**/*.tsx`, `react-refresh/only-export-components` is currently set to `off` in ESLint to avoid false positives and IDE noise during migration. +- Do not use file-level `eslint-disable` comments for this policy; keep control in the scoped ESLint override.