Skip to content

Commit

Permalink
add eslint-plugin-react-hooks to list of allowed plugins (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycozza authored and Ale Paredes committed Mar 27, 2019
1 parent 71490a7 commit 7784412
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 @@ -81,6 +81,7 @@
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-react-hooks": "^1.0.2",
"eslint-plugin-react-intl": "^1.0.2",
"eslint-plugin-react-native": "^2.3.1",
"eslint-plugin-rulesdir": "^0.1.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,11 @@ [email protected], eslint-plugin-promise@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.5.0.tgz#78fbb6ffe047201627569e85a6c5373af2a68fca"

eslint-plugin-react-hooks@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.0.2.tgz#89d9ab0690a45956696e652368a952fb09f7134d"
integrity sha512-pY1RSD3CGkGOV+e+rzjfs+JXKRum7VlJKPHznhU0GnFWfDm6zKLmOmg/lKcwNRH3LTSnF2PbfF8x3w90tyHlYw==

eslint-plugin-react-intl@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-intl/-/eslint-plugin-react-intl-1.0.2.tgz#04a54d282665c67b7cab3bd7cdc2b4bc7908010e"
Expand Down

0 comments on commit 7784412

Please sign in to comment.