This package provides a shareable configuration for conventional-changelog-lint enforcing the Canonical commit convention. Version 1.0.0 is stable with no known recent updates. It is used as an extension in .conventional-changelog-lintrc to validate commit messages according to Canonical rules. Differs from other configs like angular or atom by specific Canonical conventions.
npm install conventional-changelog-lint-config-canonicalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the config and the linter, creates a minimal config file, and runs the linter against sample commits.
Use 'canonical' in extends array.
Migrate to @commitlint/config-conventional or similar.
Run npm install conventional-changelog-lint --save-dev.
Use Node.js 10 or higher.
Install both conventional-changelog-lint and conventional-changelog-lint-config-canonical.
Set extends to an array, e.g., ["canonical"].
Consider migrating to @commitlint/cli and @commitlint/config-conventional.