Skip to content

Commit fadd8fa

Browse files
chore: lint fixes
1 parent 24b75ac commit fadd8fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/typeHelpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export type Prettify<T> = {
22
[K in keyof T]: T[K];
3-
// eslint-disable-next-line @typescript-eslint/ban-types
43
} & {};

0 commit comments

Comments
 (0)