Skip to content

Commit

Permalink
chore: lock eslint-plugin-react (#34214)
Browse files Browse the repository at this point in the history
* Revert "test: disabled react/jsx-key"

This reverts commit 7d64967.

* chore: lock eslint-plugin-react@7.28.0
  • Loading branch information
yoyo837 committed Feb 25, 2022
1 parent 7d64967 commit 5903f40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -96,7 +96,6 @@ module.exports = {
'react/require-default-props': 0,
'react/sort-comp': 0,
'react/display-name': 0,
'react/jsx-key': 0,
'react/static-property-placement': 0,
'react/jsx-no-bind': 0, // Should not check test file
'react/no-find-dom-node': 0,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -209,7 +209,7 @@
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-unicorn": "^41.0.0",
"fetch-jsonp": "^1.1.3",
Expand Down

0 comments on commit 5903f40

Please sign in to comment.