Skip to content

Commit

Permalink
test: disabled react/jsx-key
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Feb 25, 2022
1 parent 0ed8689 commit 7d64967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -96,6 +96,7 @@ 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

1 comment on commit 7d64967

@yoyo837
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不建议关闭,建议锁定eslint-plugin-react@7.28.0 jsx-eslint/eslint-plugin-react#3215

Please sign in to comment.