From bb068137b0960e6f8b02affba2e677891fcc819c Mon Sep 17 00:00:00 2001 From: James Kachel Date: Fri, 10 Jan 2025 15:17:02 -0600 Subject: [PATCH] Make dependency warnings an error (#29) --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 0a926ce..7b178d5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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: [ {