The readme of the eslint-plugin-react-hooks-package NPM package states the following:
Note: If you're using Create React App, please wait for a corresponding release of react-scripts that includes this rule instead of adding it directly.
This is no longer true. The newest version of Create React App has the dependency after installing CRA with npx. So I think that this note can be removed from the npm package page.
Reference: https://github.com/facebook/create-react-app/blob/v3.0.1/packages/react-scripts/package.json#L52
The readme of the eslint-plugin-react-hooks-package NPM package states the following:
This is no longer true. The newest version of Create React App has the dependency after installing CRA with npx. So I think that this note can be removed from the npm package page.
Reference: https://github.com/facebook/create-react-app/blob/v3.0.1/packages/react-scripts/package.json#L52