Repository URL to install this package:
|
Version:
0.6.0 ▾
|
| .. |
| lib |
| node_modules |
| README.md |
| license.md |
| package.json |
Load shared commitlint configuration
npm install --save-dev @commitlint/load
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.