This repository was archived by the owner on Aug 31, 2022. It is now read-only.
File tree 4 files changed +104
-108
lines changed
4 files changed +104
-108
lines changed Original file line number Diff line number Diff line change 10
10
"packager" : " yarn" ,
11
11
"semantic-release" : false ,
12
12
"commitizen-adapter" : " cz-customizable" ,
13
- "commitlint-config" : " @commitlint/config-angular "
13
+ "commitlint-config" : " @commitlint/config-conventional "
14
14
}
15
15
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const validScopes = scopes.map(scope => scope.name);
7
7
const scopeValidationLevel = allowCustomScopes ? 1 : 2 ;
8
8
9
9
module . exports = {
10
- extends : [ '@commitlint/config-angular ' ] ,
10
+ extends : [ '@commitlint/config-conventional ' ] ,
11
11
12
12
// Add your own rules. See http://marionebl.github.io/commitlint
13
13
rules : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"scripts" : {
4
- "build" : " lerna run --parallel build" ,
4
+ "build" : " lerna run --parallel build" ,
5
5
"lint" : " eslint ./" ,
6
6
"test" : " jest --forceExit" ,
7
7
"test:watch" : " yarn test -- --watch --coverage false" ,
15
15
" packages/*"
16
16
],
17
17
"devDependencies" : {
18
- "@commitlint/cli" : " ^3 .1.3 " ,
19
- "@commitlint/config-angular " : " ^3 .1.1 " ,
18
+ "@commitlint/cli" : " ^5 .1.1 " ,
19
+ "@commitlint/config-conventional " : " ^5 .1.3 " ,
20
20
"commitizen" : " ^2.9.6" ,
21
21
"cz-customizable" : " ^5.2.0" ,
22
22
"eslint" : " ^4.5.0" ,
You can’t perform that action at this time.
0 commit comments