Skip to content

Commit

Permalink
Make dependency warnings an error (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkachel authored Jan 10, 2025
1 parent 1bb8223 commit bb06813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = {
"Do not specify `fontFamily` manually. Prefer spreading `theme.typography.subtitle1` or similar. If using neue-haas-grotesk-text, this is ThemeProvider's default fontFamily.",
},
],
"react-hooks/exhaustive-deps": ["error"],
},
overrides: [
{
Expand Down

0 comments on commit bb06813

Please sign in to comment.