CommitLint Config
@theholocron/commitlint-config enforces the Conventional Commits specification used in all theholocron repositories.
Install
Section titled “Install”pnpm add -D @theholocron/commitlint-configIn commitlint.config.ts:
import config from "@theholocron/commitlint-config";
export default config;Allowed types
Section titled “Allowed types”feat, fix, perf, refactor, docs, chore, ci, test, revert
All commits must use one of these types. The feat and fix types trigger a version release when used with semantic-release.