OXDT0001: Failed to Create Lint Result
Message
Failed to create a lint result:
{reason}
Cause
Oxlint could not start, its output could not be parsed, or the lint result could not be written to the project directory.
Example
Clicking Run Lint when oxlint is not installed in the project.
Fix
Ensure oxlint is installed, its configuration is valid, and the project directory is writable.
Source
packages/oxc/src/node/rpc/functions/oxlint-run.ts— Runs oxlint and saves the lint result.