chore: lock eslint-plugin-react (#34214)

* Revert "test: disabled react/jsx-key"

This reverts commit 7d64967d63.

* chore: lock eslint-plugin-react@7.28.0
This commit is contained in:
Amumu 2022-02-25 19:28:54 +08:00 committed by GitHub
parent 7d64967d63
commit 5903f40724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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,

View File

@ -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",