Skip to content

Commit

Permalink
ts-expect-error for #7166
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 6, 2023
1 parent aaf0cb5 commit 41d68ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ declare namespace JSX {
}
}

// @ts-expect-error -- https://github.com/typescript-eslint/typescript-eslint/issues/7166
const componentBasic = <foo />;
// @ts-expect-error -- https://github.com/typescript-eslint/typescript-eslint/issues/7166
const componentDashed = <foo-bar:baz-bam />;

0 comments on commit 41d68ea

Please sign in to comment.