Skip to content

Commit

Permalink
chore: remove fixable from meta
Browse files Browse the repository at this point in the history
No fixer is actually present.

Ref: typescript-eslint#8903 (comment)
  • Loading branch information
dasa authored Jul 9, 2024
1 parent e803c50 commit c0bf4b9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default createRule({
description:
'Disallow unnecessary assignment of constructor property parameter',
},
fixable: 'code',
messages: {
unnecessaryAssign:
'This assignment is unnecessary since it is already assigned by a parameter property.',
Expand Down

0 comments on commit c0bf4b9

Please sign in to comment.