Repo: Enable no-unused vars caughtErrors: all internally #8224
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
repo maintenance
things to do with maintenance of the repo, and not with code/docs
#8142 (comment) reminded me that we don't have any linting to prevent unused
catch
locals.In our repo right now, this would present zero lint complaints from
@typescript-eslint/no-unused-vars
:Proposal: let's set https://eslint.org/docs/latest/rules/no-unused-vars#caughterrors to
"all"
in our lint config?The text was updated successfully, but these errors were encountered: