Skip to content

DevTools for Oxc

DevTools for Oxc (@vitejs/devtools-oxc) inspects Oxlint and Oxfmt from the Oxc toolchain. It was donated from yuyinws/oxc-inspector by Leo.

What it does

  • Toolchain overview — view installed versions and configuration files.
  • Lint inspection — run Oxlint and inspect diagnostics.
  • Configuration analysis — explore rules, plugins, and overrides.
  • Documentation — open the Oxlint and Oxfmt documentation.

Getting started

Follow Getting Started to set up Vite DevTools, then open the Oxc launcher and install the integration. Restart the development server to activate it.

It can also run as a standalone CLI:

sh
npx @vitejs/devtools-oxc

Features

Overview

View installed versions, update status, and configuration files.

Oxc DevTools overview

Lint Inspector

Run Oxlint and inspect current and previous results.

Oxlint result history

View run metadata and diagnostics grouped by file.

Oxlint result details

Config Inspector

Review the resolved configuration and rule summary.

Oxlint configuration overview

Search and filter rules by category, plugin, usage, and state.

Oxlint rule table

Inspect the plugins and rules applied by each file-pattern override.

Oxlint configuration overrides

Released under the MIT License.