Remove all exhaustive-deps warnings from codebase #47917
Labels
[Tool] ESLint plugin
/packages/eslint-plugin
[Type] Code Quality
Issues or PRs that relate to code quality
With the merge of #24914 the exhaustive deps eslint rule is now active in "warning" mode.
We need to work towards removing those warnings in order that we can switch the setting to "error" in future.
The strategy for doing this is outline by @ciampo below:
For the strategy towards "zero warnings", I suggest the approach that we took for the components package:
warn
toerror
to avoid re-introducing more errorsOriginally posted by @ciampo in #24914 (comment)
The text was updated successfully, but these errors were encountered: