peach a19a732be8 commit message | 2 gadi atpakaļ | |
---|---|---|
.. | ||
lib | 2 gadi atpakaļ | |
node_modules | 2 gadi atpakaļ | |
CHANGELOG.md | 2 gadi atpakaļ | |
README.md | 2 gadi atpakaļ | |
license.md | 2 gadi atpakaļ | |
package.json | 2 gadi atpakaļ |
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.