Make eslint config stricter
now that we can
This commit is contained in:
parent
e6960a1e15
commit
5b3183cbd3
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ module.exports = {
|
||||||
"sourceType": "module",
|
"sourceType": "module",
|
||||||
},
|
},
|
||||||
rules: {
|
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"],
|
"jsx-a11y/media-has-caption": ["off"],
|
||||||
},
|
},
|
||||||
overrides: [
|
overrides: [
|
||||||
|
|
Loading…
Add table
Reference in a new issue