Skip to content

Oxlint

Linters

Oxlint

Adds vendor ignore patterns to Oxlint configuration.
Detected From
.oxlintrc.json, oxlint.json, or an oxlint dependency.
Writes
ignorePatterns with vendor/** when an Oxlint JSON config exists.
Visibility
Only Oxlint scanning is narrowed.

When To Use It

Use this when Oxc-powered linting should stay fast and project-local.

Workflow

Run ingraft doctor to inspect the current status, then run ingraft refresh after adding or updating vendored source. Refresh only writes supported files when the tool is actually detected in the repository.