react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

Remove note on eslint-plugin-react-hooks package

Open thexpand opened this issue 6 years ago • 1 comments
trafficstars

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

thexpand avatar Aug 08 '19 10:08 thexpand

Is this still an issue? I think the note is correct now.

rawat07102 avatar Jan 26 '24 13:01 rawat07102