Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjuan committed Oct 4, 2022
1 parent 2b27f69 commit a6a4381
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ interface Foo<T> {
interface Foo<T> {
[key: string]: Foo<T> | string;
}
`,
`,
// Type literal
'type Foo = {};',
`
Expand Down

0 comments on commit a6a4381

Please sign in to comment.