From 5b3183cbd39e5154f2842d2c278abcd6dcc4f063 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Tue, 31 May 2022 10:32:54 -0400 Subject: [PATCH] Make eslint config stricter now that we can --- .eslintrc.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1652f6d4..08a438ac 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,9 +16,6 @@ module.exports = { "sourceType": "module", }, rules: { - // We break this rule in a few places: dial it back to a warning - // (and run with max warnings) to tolerate the existing code - "react-hooks/exhaustive-deps": ["warn"], "jsx-a11y/media-has-caption": ["off"], }, overrides: [