Files
openclaw/scripts/run-bundled-extension-oxlint.mjs
2026-04-06 15:25:34 +01:00

10 lines
310 B
JavaScript

import { runExtensionOxlint } from "./lib/run-extension-oxlint.mjs";
runExtensionOxlint({
roots: ["extensions"],
toolName: "oxlint-bundled-extensions",
lockName: "oxlint-bundled-extensions",
tempDirPrefix: "openclaw-bundled-extension-oxlint-",
emptyMessage: "No bundled extension files found.",
});