🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More

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-c44e4a25-20250409

{
"name": "eslint-plugin-react-hooks",
"description": "ESLint rules for React Hooks",
"version": "6.0.0-canary-b10cb4c0-20250403",
"version": "6.0.0-canary-c44e4a25-20250409",
"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