Skip to content

Commit

Permalink
Revert "fix: re-enable react-hooks/exhaustive-deps"
Browse files Browse the repository at this point in the history
This reverts commit 1344afe.
  • Loading branch information
gajus committed Aug 26, 2024
1 parent 1344afe commit 716f879
Show file tree
Hide file tree
Showing 3 changed files with 921 additions and 846 deletions.
2 changes: 1 addition & 1 deletion configurations/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ 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/exhaustive-deps': 2,
'react-hooks/rules-of-hooks': 2,
},
settings: {
Expand Down
Loading

0 comments on commit 716f879

Please sign in to comment.