🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-hooks

Package Overview
Dependencies
Maintainers
1
Versions
2131
Alerts
File Explorer

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-bc6184dd-20250417

2

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