Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 19, 2024
1 parent c160d67 commit b721b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configurations/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ module.exports.recommended = {
},
rules: {
'canonical/sort-react-dependencies': 2,
'react-hooks/exhaustive-deps': 2,
'react-hooks/rules-of-hooks': 2,
'react/boolean-prop-naming': 0,
'react/button-has-type': 2,
'react/default-props-match-prop-types': 2,
Expand Down Expand Up @@ -205,8 +207,6 @@ module.exports.recommended = {
'react/static-property-placement': 0,
'react/style-prop-object': 2,
'react/void-dom-elements-no-children': 2,
'react-hooks/exhaustive-deps': 2,
'react-hooks/rules-of-hooks': 2,
},
settings: {
react: {
Expand Down

0 comments on commit b721b1c

Please sign in to comment.