Skip to content

Commit

Permalink
fix: disable useEffect dependencies checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ngjupeng committed Oct 10, 2024
1 parent c5af2c0 commit fb56500
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/nextjs/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"react-hooks/exhaustive-deps": "off"
}
}

0 comments on commit fb56500

Please sign in to comment.