feat: adding linter for commits
This commit is contained in:
20
node_modules/@commitlint/load/README.md
generated
vendored
Normal file
20
node_modules/@commitlint/load/README.md
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
> Load shared commitlint configuration
|
||||
|
||||
# @commitlint/load
|
||||
|
||||
## Getting started
|
||||
|
||||
```shell
|
||||
npm install --save-dev @commitlint/load
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
```js
|
||||
const load = require('@commitlint/load').default;
|
||||
|
||||
load({extends: ['./package']}).then((config) => console.log(config));
|
||||
// => { extends: ['./package', './package-b'], rules: {} }
|
||||
```
|
||||
|
||||
Consult [docs/api](https://conventional-changelog.github.io/commitlint/#/reference-api) for comprehensive documentation.
|
Reference in New Issue
Block a user