File tree 4 files changed +184
-170
lines changed
4 files changed +184
-170
lines changed Original file line number Diff line number Diff line change 13
13
This is my [ shareable config] ( https://marionebl.github.io/commitlint/#/concepts-shareable-config )
14
14
for [ commitlint] ( https://github.com/marionebl/commitlint ) . My config mostly
15
15
follows [ angular commit convention] ( https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit ) ,
16
- as implemented in [ @commitlint/config-angular ] ( https://github.com/marionebl/commitlint/tree/master/%40commitlint/config-angular ) .
16
+ as implemented in the [ "soft fork"] ( https://github.com/marionebl/commitlint/issues/146 )
17
+ as [ @commitlint/config-conventional ] ( https://github.com/marionebl/commitlint/tree/master/%40commitlint/config-conventional ) .
17
18
18
19
Beyond what is implemented in the ` @commitlint/config-angular ` , I also enable
19
20
a [ type] ( https://marionebl.github.io/commitlint/#/reference-rules?id=type-enum )
Original file line number Diff line number Diff line change 1
- const config = require ( '@commitlint/config-angular ' ) ;
1
+ const config = require ( '@commitlint/config-conventional ' ) ;
2
2
3
3
module . exports = {
4
4
extends : [ '@commitlint/config-angular' ] ,
You can’t perform that action at this time.
0 commit comments