Browse Source

fix: ci lint error (#25828)

pull/25829/head
07akioni 4 years ago
committed by GitHub
parent
commit
fbc10c4f0b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .eslintrc.js

1
.eslintrc.js

@ -70,6 +70,7 @@ module.exports = {
'react/static-property-placement': 0,
'react/no-find-dom-node': 0,
'react/no-unused-prop-types': 0,
'react/default-props-match-prop-types': 0,
'react-hooks/rules-of-hooks': 2, // Checks rules of Hooks
'import/extensions': 0,

Loading…
Cancel
Save