📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP →

eslint-plugin-react-hooks

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-hooks - npm Package Compare versions

Comparing version

to
6.0.0-canary-b04254fd-20250415

{
"name": "eslint-plugin-react-hooks",
"description": "ESLint rules for React Hooks",
"version": "6.0.0-canary-6a7650c7-20250405",
"version": "6.0.0-canary-b04254fd-20250415",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -23,2 +23,15 @@ # `eslint-plugin-react-hooks`

#### >= 6.0.0
For users of 6.0 and beyond, simply add the `recommended` config.
```js
import * as reactHooks from 'eslint-plugin-react-hooks';
export default [
// ...
reactHooks.configs.recommended,
];
```
#### 5.2.0

@@ -25,0 +38,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display