Skip to content

Commit

Permalink
fix(eslint-plugin): avoid type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Apr 17, 2022
1 parent eb2bcc5 commit c390c67
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -12,7 +12,8 @@ type ParameterCapableTSNode =
| ts.TypeReferenceNode
| ts.ExpressionWithTypeArguments
| ts.JsxOpeningElement
| ts.JsxSelfClosingElement;
| ts.JsxSelfClosingElement
| ts.TypeQueryNode;

type MessageIds = 'unnecessaryTypeParameter';

Expand Down

0 comments on commit c390c67

Please sign in to comment.