Bug: [use-unknown-in-catch-callback-variable] shouldn't have fixable
property
#10988
Closed
4 tasks done
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
bug
Something isn't working
good first issue
Good for newcomers
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Before You File a Bug Report Please Confirm You Have Done The Following...
Rule use-unknown-in-catch-callback-variable has
fixable: 'code'
andhasSuggestions: true
properties inmeta
on line39
:But each fix is located in a
suggest
property on line175
,198
,224
,227
and238
:example on line `198 :
Based on
eslint
documentation :Since
fixable
means "automatic fix" with--fix
I supposefixable
is no more needed in this rule. Right ?The text was updated successfully, but these errors were encountered: