Package exports

Updated Jul 27, 2026

The package exposes two entrypoints:

  • df12-lints/oxlint-plugin — the Oxlint plugin (the main deliverable).
  • df12-lints — package metadata. The root export provides oxlintPluginSpecifier, the stable plugin import path, so configuration code can reference it without repeating the literal string:
  import { oxlintPluginSpecifier } from "df12-lints";

  // oxlintPluginSpecifier === "df12-lints/oxlint-plugin"