Skip to content

Commit

Permalink
update eslint-plugin-react to 7.21.5 version
Browse files Browse the repository at this point in the history
Summary:
The current available version of eslint-plugin-react is 7.21.4.
Update it to 7.21.5 to be able to use function-component-definition rule https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/function-component-definition.md

Changelog: [Internal]

Reviewed By: cpojer

Differential Revision: D24619420

fbshipit-source-id: 3097c4d920aa41b2dcced8d0ef5224b04a36effe
  • Loading branch information
Alexey Litvinov authored and facebook-github-bot committed Oct 29, 2020
1 parent 2707c17 commit 1b71ec4
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 65 deletions.
2 changes: 1 addition & 1 deletion repo-config/package.json
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-jest": "22.4.1",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "^4.0.7",
"eslint-plugin-react-native": "3.8.1",
"eslint-plugin-relay": "1.7.1",
Expand Down

0 comments on commit 1b71ec4

Please sign in to comment.