conventional-changelog-action/node_modules/@commitlint/load
Conventional Changelog Action 1af857c6a9 chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
..
node_modules chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
CHANGELOG.md chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
README.md chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
license.md chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
package.json chore(release): v3.9.5 2021-10-05 21:52:13 +00:00

README.md

Load shared commitlint configuration

@commitlint/load

Getting started

npm install --save-dev @commitlint/load

Example

const load = require('@commitlint/load').default;

load({extends: ['./package']}).then((config) => console.log(config));
// => { extends: ['./package', './package-b'], rules: {} }

Consult docs/api for comprehensive documentation.