File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
module . exports = {
3
3
extends : [ '@commitlint/config-conventional' ] ,
4
4
parserPreset : {
5
- opts : {
6
- parserOpts : {
7
- // Allow to write a "scope" with slashes
8
- // E.g. `refactor(app/my-component): something`
9
- headerPattern : / ^ ( \w * ) (?: \( ( [ \w \$ \. \/ \- \* ] * ) \) ) ? \: ( .* ) $ / ,
10
- } ,
5
+ parserOpts : {
6
+ // Allow to write a "scope" with slashes
7
+ // E.g. `refactor(app/my-component): something`
8
+ headerPattern : / ^ ( \w * ) (?: \( ( [ \w \$ \. \/ \- \* ] * ) \) ) ? \: ( .* ) $ / ,
11
9
} ,
12
10
} ,
13
11
rules : {
Original file line number Diff line number Diff line change 38
38
},
39
39
"homepage" : " https://github.com/tdeekens/flopflip#readme" ,
40
40
"devDependencies" : {
41
- "@commitlint/cli" : " ^5.2.6 " ,
41
+ "@commitlint/cli" : " ^5.2.8 " ,
42
42
"@commitlint/config-conventional" : " ^5.2.3" ,
43
43
"@commercetools/jest-enzyme-matchers" : " ^1.1.2" ,
44
44
"babel-core" : " ^6.26.0" ,
You can’t perform that action at this time.
0 commit comments