From 96c91ffd0fc6d671a0c50dd2cee9812fffedb000 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 21 Apr 2024 23:41:54 +0100 Subject: [PATCH] Fix linting --- src/main.test-d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.test-d.ts b/src/main.test-d.ts index 20f53a7..3dff1ce 100644 --- a/src/main.test-d.ts +++ b/src/main.test-d.ts @@ -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' },