File tree 6 files changed +93
-0
lines changed
commitlint-config-angular
commitlint-config-lerna-scopes
commitlint-config-patternplate
6 files changed +93
-0
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = require ( '@commitlint/config-angular' ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " commitlint-config-angular" ,
3
+ "version" : " 3.0.0" ,
4
+ "description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
+ "scripts" : {
6
+ "pretest" : " dep-check" ,
7
+ "test" : " exit 0" ,
8
+ "clean" : " exit 0"
9
+ },
10
+ "xo" : false ,
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/marionebl/commitlint.git"
14
+ },
15
+ "keywords" : [
16
+ " conventional-changelog" ,
17
+ " commitlint" ,
18
+ " commitlint-config" ,
19
+ " angular"
20
+ ],
21
+ "author" :
" Mario Nebl <[email protected] >" ,
22
+ "license" : " MIT" ,
23
+ "bugs" : {
24
+ "url" : " https://github.com/marionebl/commitlint/issues"
25
+ },
26
+ "homepage" : " https://github.com/marionebl/commitlint#readme" ,
27
+ "dependencies" : {
28
+ "@commitlint/config-angular" : " ^3.0.0"
29
+ }
30
+ }
Original file line number Diff line number Diff line change
1
+ module . exports = require ( '@commitlint/config-lerna-scopes' ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " commitlint-config-lerna-scopes" ,
3
+ "version" : " 3.0.0" ,
4
+ "description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
+ "scripts" : {
6
+ "pretest" : " dep-check" ,
7
+ "test" : " exit 0" ,
8
+ "clean" : " exit 0"
9
+ },
10
+ "xo" : false ,
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/marionebl/commitlint.git"
14
+ },
15
+ "keywords" : [
16
+ " conventional-changelog" ,
17
+ " commitlint" ,
18
+ " commitlint-config" ,
19
+ " angular"
20
+ ],
21
+ "author" :
" Mario Nebl <[email protected] >" ,
22
+ "license" : " MIT" ,
23
+ "bugs" : {
24
+ "url" : " https://github.com/marionebl/commitlint/issues"
25
+ },
26
+ "homepage" : " https://github.com/marionebl/commitlint#readme" ,
27
+ "dependencies" : {
28
+ "@commitlint/config-lerna-scopes" : " ^3.0.0"
29
+ }
30
+ }
Original file line number Diff line number Diff line change
1
+ module . exports = require ( '@commitlint/config-patternplate' ) ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " commitlint-config-patternplate" ,
3
+ "version" : " 3.0.0" ,
4
+ "description" : " Shareable commitlint config enforcing the angular commit convention" ,
5
+ "scripts" : {
6
+ "pretest" : " dep-check" ,
7
+ "test" : " exit 0" ,
8
+ "clean" : " exit 0"
9
+ },
10
+ "xo" : false ,
11
+ "repository" : {
12
+ "type" : " git" ,
13
+ "url" : " git+https://github.com/marionebl/commitlint.git"
14
+ },
15
+ "keywords" : [
16
+ " conventional-changelog" ,
17
+ " commitlint" ,
18
+ " commitlint-config" ,
19
+ " angular"
20
+ ],
21
+ "author" :
" Mario Nebl <[email protected] >" ,
22
+ "license" : " MIT" ,
23
+ "bugs" : {
24
+ "url" : " https://github.com/marionebl/commitlint/issues"
25
+ },
26
+ "homepage" : " https://github.com/marionebl/commitlint#readme" ,
27
+ "dependencies" : {
28
+ "@commitlint/config-patternplate" : " ^3.0.0"
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments