Skip to content

Commit

Permalink
chore: remove unused eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
exuanbo committed Jul 31, 2024
1 parent 2215b69 commit 8428378
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ const config = {
reservedFirst: true,
},
],
'react-hooks/exhaustive-deps': [
'error',
{
additionalHooks: '(useViewEffect)',
},
],
},
}

Expand Down

0 comments on commit 8428378

Please sign in to comment.