Socket
Socket
Sign inDemoInstall

eslint-plugin-react-hooks-docs

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

dist/index.d.ts

2

package.json
{
"name": "eslint-plugin-react-hooks-docs",
"version": "0.0.1",
"version": "0.0.2",
"description": "Eslint plugin to enforce react hooks documentation",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -42,7 +42,7 @@ <h1 align="center"> eslint-plugin-react-hooks-docs </h1>

Add `hooks-docs` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
Add `react-hooks-docs` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
```json
{
"plugins": ["hooks-docs"]
"plugins": ["react-hooks-docs"]
}

@@ -56,3 +56,3 @@ ```

"rules": {
"hooks-docs/docs": [
"react-hooks-docs/docs": [
2,

@@ -59,0 +59,0 @@ {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc