From 8ce72fbe2b797de8b7e6168116dbcf5c6a75785a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 19:49:37 +0000 Subject: [PATCH 1/2] Initial plan From df0e8cb3e4c74ff99f8d2ca77cdbdc9104adaac8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 19:52:44 +0000 Subject: [PATCH 2/2] Update comment to reference ft-flow plugin instead of flowtype Co-authored-by: Sybsw <12728170+Sybsw@users.noreply.github.com> --- packages/eslint-config-react-app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js index 382a76ad9e..73cd2a1165 100644 --- a/packages/eslint-config-react-app/index.js +++ b/packages/eslint-config-react-app/index.js @@ -283,7 +283,7 @@ module.exports = { // https://github.com/facebook/react/tree/main/packages/eslint-plugin-react-hooks 'react-hooks/rules-of-hooks': 'error', - // https://github.com/gajus/eslint-plugin-flowtype + // https://github.com/gajus/eslint-plugin-ft-flow 'ft-flow/define-flow-type': 'warn', 'ft-flow/require-valid-file-annotation': 'warn', 'ft-flow/use-flow-type': 'warn',