File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 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](
3232 - [ Message] ( #message )
3333 - [ hook] ( #hook )
3434 - [ debug] ( #debug )
35- - [ Default Config] ( #default-config )
36- - [ Commit Types] ( #commit-types )
35+ - [ Default Config] ( #default-config )
36+ - [ Commit Types] ( #commit-types )
3737 - [ Available Rules] ( #available-rules )
3838 - [ Available Formatters] ( #available-formatters )
3939 - [ Extensibility] ( #extensibility )
@@ -136,7 +136,7 @@ To lint a message, you can use any one of the following
136136
137137 run ` commitlint debug `
138138
139- ### Default Config
139+ ## Default Config
140140
141141``` yaml
142142version : v0.8.0
@@ -173,7 +173,7 @@ settings:
173173 - revert
174174` ` `
175175
176- #### Commit Types
176+ ### Commit Types
177177
178178Commonly used commit types from [Conventional Commit Types](https://github.com/commitizen/conventional-commit-types)
179179
You can’t perform that action at this time.
0 commit comments