File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ commitlint checks if your commit message meets the [conventional commit format](
32
32
- [ Message] ( #message )
33
33
- [ hook] ( #hook )
34
34
- [ debug] ( #debug )
35
- - [ Default Config] ( #default-config )
36
- - [ Commit Types] ( #commit-types )
35
+ - [ Default Config] ( #default-config )
36
+ - [ Commit Types] ( #commit-types )
37
37
- [ Available Rules] ( #available-rules )
38
38
- [ Available Formatters] ( #available-formatters )
39
39
- [ Extensibility] ( #extensibility )
@@ -136,7 +136,7 @@ To lint a message, you can use any one of the following
136
136
137
137
run ` commitlint debug `
138
138
139
- ### Default Config
139
+ ## Default Config
140
140
141
141
``` yaml
142
142
version : v0.8.0
@@ -173,7 +173,7 @@ settings:
173
173
- revert
174
174
` ` `
175
175
176
- #### Commit Types
176
+ ### Commit Types
177
177
178
178
Commonly used commit types from [Conventional Commit Types](https://github.com/commitizen/conventional-commit-types)
179
179
You can’t perform that action at this time.
0 commit comments