@commitlint/load
Load shared commitlint configuration
Last updated 5 years ago by escapedcat .
MIT · Repository · Bugs · Original npm
$ cnpm install @commitlint/load 
SYNC missed versions from official npm registry.

Load shared commitlint configuration

@commitlint/load

Getting started

npm install --save-dev @commitlint/load

Example

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

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

Consult docs/api for comprehensive documentation.

Current Tags

  • 17.2.0                                ...           latest (3 years ago)

14 Versions

  • 17.2.0                                ...           3 years ago
  • 8.3.6                                ...           4 years ago
  • 17.1.2                                ...           3 years ago
  • 13.2.1                                ...           4 years ago
  • 17.0.3                                ...           3 years ago
  • 14.1.0                                ...           4 years ago
  • 17.0.0                                ...           3 years ago
  • 16.3.0                                ...           3 years ago
  • 13.1.0                                ...           4 years ago
  • 12.1.4                                ...           4 years ago
  • 12.0.1                                ...           5 years ago
  • 12.1.0                                ...           4 years ago
  • 11.0.0                                ...           5 years ago
  • 12.0.0                                ...           5 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (7)
Dev Dependencies (5)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org