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',