- Replace inline 'as string | null' assertion with an explicit typed const declaration inside the vi.hoisted() callback body - 'value: string | null' typed const satisfies both ESLint (no assertion) and tsc (null assignment on line 82 is type-safe)
- Replace inline 'as string | null' assertion with an explicit typed const declaration inside the vi.hoisted() callback body - 'value: string | null' typed const satisfies both ESLint (no assertion) and tsc (null assignment on line 82 is type-safe)