Skip to content

Commit

Permalink
chore(webapp): disable react hooks exhaustive deps rule
Browse files Browse the repository at this point in the history
  • Loading branch information
anupcowkur committed Nov 15, 2023
1 parent 45d98b9 commit fa3c89d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion measure-web-app/.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 fa3c89d

Please sign in to comment.