OXDT0004: Oxlint Config Inspection Failed
Message
Failed to inspect Oxlint config "
{configPath}":{reason}
Cause
The inspected config is outside the workspace, uses an unsupported format, cannot be loaded, or Oxlint did not return its built-in rule categories.
Example
The RPC receives ../oxlint.config.ts or an oxlint.config.mts file that the inspector cannot process.
Fix
Select a supported Oxlint config inside the workspace and verify that Oxlint can read its rules.
Source
packages/oxc/src/node/rpc/functions/oxlint-inspect-config.ts— validates the config path and builds the complete rule configuration overview.