Skip to content

Commit 7b045c8

Browse files
committed
style(checktype): sometimes lib exists and sometimes not
1 parent 5ef6d02 commit 7b045c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: benchmark/servers/deno.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @ts-expect-error this is deno
22
import { serve } from 'https://deno.land/[email protected]/http/server.ts';
3-
// @ts-expect-error this is deno
3+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- because sometimes lib/ exists and sometimes it doesnt
4+
// @ts-ignore this is deno
45
import { createHandler } from '../../lib/use/fetch.mjs';
56
// @ts-expect-error this is deno
67
import { schema } from '../schema.ts';

0 commit comments

Comments
 (0)