Skip to content

Commit e7859ae

Browse files
committed
fix(commitlint): migrated from the angular config to conventional
1 parent cdfa2ed commit e7859ae

File tree

4 files changed

+184
-170
lines changed

4 files changed

+184
-170
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
This is my [shareable config](https://marionebl.github.io/commitlint/#/concepts-shareable-config)
1414
for [commitlint](https://github.com/marionebl/commitlint). My config mostly
1515
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).
1718

1819
Beyond what is implemented in the `@commitlint/config-angular`, I also enable
1920
a [type](https://marionebl.github.io/commitlint/#/reference-rules?id=type-enum)

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const config = require('@commitlint/config-angular');
1+
const config = require('@commitlint/config-conventional');
22

33
module.exports = {
44
extends: ['@commitlint/config-angular'],

0 commit comments

Comments
 (0)