Skip to content

CommitLint Config

@theholocron/commitlint-config enforces the Conventional Commits specification used in all theholocron repositories.

Terminal window
pnpm add -D @theholocron/commitlint-config

In commitlint.config.ts:

import config from "@theholocron/commitlint-config";
export default config;

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.