Skip to content

Commit

Permalink
fix: ci lint error (#25828)
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Jul 27, 2020
1 parent ae5f3b8 commit fbc10c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fbc10c4

Please sign in to comment.