Skip to content

Commit 945e04a

Browse files
committed
Bump version, update readme
1 parent cd1c98b commit 945e04a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `@lewisl9029/eslint-plugin-react-hooks`
22

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.
3+
This is a fork of the official eslint plugin `eslint-plugin-react-hooks`, that adds support for the [react-anonymous](https://github.com/lewisl9029/react-anonymous#readme) library/pattern.
44

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

packages/eslint-plugin-react-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lewisl9029/eslint-plugin-react-hooks",
33
"description": "ESLint rules for React Hooks",
4-
"version": "4.2.1",
4+
"version": "5.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/facebook/react.git",

0 commit comments

Comments
 (0)