Calling getRequestHeaders() from @tanstack/start-server-core is reported by oxlint as typescript-eslint(no-unsafe-assignment).
@tanstack/start-server-core:1.167.26oxlint:1.62.0oxlint-tsgolint:0.22.1
import { getRequestHeaders } from '@tanstack/start-server-core'
const headers = getRequestHeaders()Run:
pnpm reprotypescript-eslint(no-unsafe-assignment): Unsafe assignment of an error typed value.