Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Apr 21, 2024
1 parent 3a8871a commit 96c91ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.test-d.ts
Expand Up @@ -65,12 +65,10 @@ expectType<'0'>(
.name,
)
expectAssignable<() => '0'>(
// eslint-disable-next-line @typescript-eslint/unbound-method
setErrorProps({} as Error & { toString: () => '0' }, { toString: () => '1' })
.toString,
)
expectAssignable<() => '0'>(
// eslint-disable-next-line @typescript-eslint/unbound-method
setErrorProps(
{} as Error & { toString: () => '0' },
{ toString: () => '1' },
Expand Down

0 comments on commit 96c91ff

Please sign in to comment.