fix: ci lint error (#25828)

This commit is contained in:
07akioni 2020-07-27 15:21:16 +08:00 committed by GitHub
parent ae5f3b84be
commit fbc10c4f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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