File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ commitlint-config-cz use only one config in the following order of precedence.
22
22
23
23
## Installation
24
24
25
- Install ` commitlint-config-cz ` as a local dependency.
25
+ 1 . [ Install & setup (commitizen &) cz-customizable.] [ cz-customizable ]
26
+ 2 . [ Install commitlint.] [ commitlint-getting-started ]
27
+ 3 . Install ` commitlint-config-cz ` as a local dependency.
26
28
27
- ``` sh
28
- npm install commitlint-config-cz --save-dev
29
- ```
29
+ ``` sh
30
+ npm install commitlint-config-cz --save-dev
31
+ ```
30
32
31
33
## Usage
32
34
@@ -162,6 +164,7 @@ const types = getTypes(czConfig);
162
164
` ` ` `
163
165
164
166
[commitlint]: https://github.com/conventional-changelog/commitlint
167
+ [commitlint-getting-started]: https://github.com/conventional-changelog/commitlint#getting-started
165
168
[cz-customizable]: https://github.com/leonardoanalista/cz-customizable
166
169
[commitizen]: https://github.com/commitizen/cz-cli
167
170
[conventional-commits]: https://www.conventionalcommits.org
You can’t perform that action at this time.
0 commit comments