Browse Source

fix eslint

pull/25270/head
afc163 4 years ago
parent
commit
88f7de7090
  1. 1
      .eslintrc.js

1
.eslintrc.js

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

Loading…
Cancel
Save