---
title: RemixDoctorCommandConfig
source: https://github.com/remix-run/remix/blob/remix@3.0.0-rc.1/packages/cli/src/lib/remix-config.ts#L82
---

# RemixDoctorCommandConfig

## Signature

```ts
interface RemixDoctorCommandConfig {
  strict?: boolean
}

```