1 | # @commitlint/lint
|
2 |
|
3 | Lint a string against commitlint rules
|
4 |
|
5 | ## Getting started
|
6 |
|
7 | ```shell
|
8 | npm install --save @commitlint/lint
|
9 | ```
|
10 |
|
11 | ## Documentation
|
12 |
|
13 | Consult [API docs](https://commitlint.js.org/api/lint) for comprehensive documentation.
|
14 |
|
15 | Documentation generated from [`docs` folder](../../docs/api/format.md).
|