Skip to content

Commit 36d2371

Browse files
committed
Update readme, bump version
1 parent 0e86319 commit 36d2371

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/eslint-plugin-react-hooks/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# `eslint-plugin-react-hooks`
1+
# `@lewisl9029/eslint-plugin-react-hooks`
2+
3+
This is a fork of the official eslint plugin `eslint-plugin-react-hooks`, that adds support for the [render-hooks](https://github.com/lewisl9029/render-hooks#readme) library/pattern.
24

35
This ESLint plugin enforces the [Rules of Hooks](https://reactjs.org/docs/hooks-rules.html).
46

@@ -12,10 +14,10 @@ Assuming you already have ESLint installed, run:
1214

1315
```sh
1416
# npm
15-
npm install eslint-plugin-react-hooks --save-dev
17+
npm install @lewisl9029/eslint-plugin-react-hooks --save-dev
1618

1719
# yarn
18-
yarn add eslint-plugin-react-hooks --dev
20+
yarn add @lewisl90290/eslint-plugin-react-hooks --dev
1921
```
2022

2123
Then extend the recommended eslint config:

0 commit comments

Comments
 (0)