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 May 5, 2022
1 parent 7f27a0a commit f7c8996
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 f7c8996

Please sign in to comment.