Make eslint config stricter

now that we can
This commit is contained in:
Robin Townsend 2022-05-31 10:32:54 -04:00
parent e6960a1e15
commit 5b3183cbd3

View file

@ -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: [