Skip to content

Commit bb06813

Browse files
authored
Make dependency warnings an error (#29)
1 parent 1bb8223 commit bb06813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ module.exports = {
6868
"Do not specify `fontFamily` manually. Prefer spreading `theme.typography.subtitle1` or similar. If using neue-haas-grotesk-text, this is ThemeProvider's default fontFamily.",
6969
},
7070
],
71+
"react-hooks/exhaustive-deps": ["error"],
7172
},
7273
overrides: [
7374
{

0 commit comments

Comments
 (0)