Skip to content

Commit

Permalink
Add eslint-plugin-react-hooks as a dev dependency
Browse files Browse the repository at this point in the history
Summary: Update `package.json`

Reviewed By: mondaychen

Differential Revision: D30597827

fbshipit-source-id: c6e008fcbdcd2898a814e0fccb74fa513ff0e8bb
  • Loading branch information
drarmstr authored and facebook-github-bot committed Sep 17, 2021
1 parent 85f62d7 commit cb1bc9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"eslint-plugin-flowtype": "^5.1.3",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-rulesdir": "^0.1.0",
"flow-bin": "^0.129.0",
"gen-flow-files": "^0.4.11",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1970,6 +1970,11 @@ eslint-plugin-jest@^23.13.2:
dependencies:
"@typescript-eslint/experimental-utils" "^2.5.0"

eslint-plugin-react-hooks@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==

eslint-plugin-react@^7.20.0:
version "7.20.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.0.tgz#f98712f0a5e57dfd3e5542ef0604b8739cd47be3"
Expand Down

0 comments on commit cb1bc9d

Please sign in to comment.