lihai 8d6c751f49 feat: push | лет назад: 2 | |
---|---|---|
.. | ||
lib | лет назад: 2 | |
node_modules | лет назад: 2 | |
CHANGELOG.md | лет назад: 2 | |
README.md | лет назад: 2 | |
license.md | лет назад: 2 | |
package.json | лет назад: 2 |
Load shared commitlint configuration
npm install --save-dev @commitlint/load
const load = require('@commitlint/load');
load({extends: ['./package']}).then((config) => console.log(config));
// => { extends: ['./package', './package-b'], rules: {} }
Consult docs/api for comprehensive documentation.