Skip to content

Commit b95ca15

Browse files
committed
fix: lint issues
1 parent b62a657 commit b95ca15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgs/dsl/__tests__/types/array-method.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe('.array() method type constraints', () => {
178178

179179
// ExtractFlowContext should include FlowContext & custom resources
180180
type FlowCtx = ExtractFlowContext<typeof flow>;
181-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
181+
182182
expectTypeOf<FlowCtx>().toMatchTypeOf<{
183183
env: Record<string, string | undefined>;
184184
shutdownSignal: AbortSignal;

pkgs/website/src/env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
22
/// <reference path="../.astro/types.d.ts" />
3-
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
3+
44
/// <reference types="astro/client" />
55

66
interface ImportMetaEnv {

0 commit comments

Comments
 (0)