Skip to content

Commit

Permalink
Update packages/eslint-plugin/src/rules/no-unnecessary-type-assertion.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Apr 22, 2024
1 parent cde11af commit 198ce1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export default createRule<Options, MessageIds>({
) {
return;
}

context.report({
node,
messageId: 'unnecessaryAssertion',
Expand Down

0 comments on commit 198ce1a

Please sign in to comment.