Skip to content

Commit 58d7f40

Browse files
authored
fix(eslint-plugin): [use-unknown-in-catch-callback-variable] remove fixable property (typescript-eslint#10993)
1 parent 3241e46 commit 58d7f40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/eslint-plugin/src/rules/use-unknown-in-catch-callback-variable.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default createRule<[], MessageIds>({
3636
recommended: 'strict',
3737
requiresTypeChecking: true,
3838
},
39-
fixable: 'code',
4039
hasSuggestions: true,
4140
messages: {
4241
addUnknownRestTypeAnnotationSuggestion:

0 commit comments

Comments
 (0)