From 65b152d7b067b8ae86e6182db3d98d1698f5bf0d Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 12 Nov 2020 17:30:22 -0600 Subject: [PATCH] Make react-hooks/exhaustive-deps an error everywhere --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 07572ad5..02ec3788 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -174,6 +174,7 @@ module.exports = { }, }, ], + "react-hooks/exhaustive-deps": 'error', }, "settings": { "react": {