Chore: update no-unused-vars caughtErrors in eslint-config-eslint#13351
Chore: update no-unused-vars caughtErrors in eslint-config-eslint#13351kaicataldo merged 1 commit intomasterfrom
Conversation
|
@mdjermanovic |
|
Even though it won't cause any issues, I think it does makes sense to have it match the engines range in |
Should we update the |
IMO, it's not strongly necessary for this PR. 😀 |
|
well, I've created a PR #13379 to update it. |

Prerequisites checklist
What is the purpose of this pull request? (put an "X" next to an item)
[X] Other, please explain:
Updates
eslint-config-eslintWhat changes did you make? (Give an overview)
Added
caughtErrors: "all"tono-unused-varsin order to enforce omission of catch binding in cases where the caught error would not be used.Is there anything you'd like reviewers to focus on?
Does this change make sense? Also, please verify that all supported Node versions support optional catch binding.