Skip to content

Commit

Permalink
fix: eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitvidis committed May 28, 2024
1 parent 0fc931b commit f8bbcbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@
"root": true,
"rules": {
"react-hooks/exhaustive-deps": 0
},
"settings": {
"react": {
"version": "detect"
}
}
}

0 comments on commit f8bbcbb

Please sign in to comment.