@theworker02/commitlint-lite · JSR · 1.1.0
Small conventional-commit validation for hooks, CI, and programmatic tooling.
Validate conventional subjects without pulling in a large lint stack. The API supports custom types, files, batches, and the latest Git commit.
Canonical package: @theworker02/commitlint-lite
import { lint, lintMany } from "@theworker02/commitlint-lite";
console.log(lint("feat: add scanner"));
console.log(lintMany(["fix: bug", "WIP"]));