Browse Source

test: disabled react/jsx-key

pull/34209/head
afc163 3 years ago
parent
commit
7d64967d63
  1. 1
      .eslintrc.js

1
.eslintrc.js

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

Loading…
Cancel
Save