File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = { extends : [ '@commitlint/config-conventional' ] } ;
Original file line number Diff line number Diff line change 15
15
"test" : " npm run lint && mocha tests --recursive" ,
16
16
"test-single" : " mocha tests/lib/rules/prefer-separate-component-file" ,
17
17
"debug-test" : " mocha --debug-brk --inspect tests/index.js" ,
18
- "semantic-release" : " semantic-release"
18
+ "semantic-release" : " semantic-release" ,
19
+ "commitmsg" : " commitlint -e $GIT_PARAMS"
19
20
},
20
21
"repository" : {
21
22
"type" : " git" ,
22
23
"url" : " https://github.com/DianaSuvorova/eslint-plugin-react-redux"
23
24
},
24
25
"devDependencies" : {
26
+ "@commitlint/cli" : " ^6.0.2" ,
27
+ "@commitlint/config-conventional" : " ^6.0.2" ,
25
28
"babel-eslint" : " ^8.1.0" ,
26
29
"eslint" : " ^4.14.0" ,
27
30
"eslint-config-airbnb" : " ^16.1.0" ,
32
35
"eslint-plugin-promise" : " ^3.6.0" ,
33
36
"eslint-plugin-react" : " ^7.5.1" ,
34
37
"eslint-plugin-standard" : " ^3.0.1" ,
38
+ "husky" : " ^0.14.3" ,
35
39
"mocha" : " ^4.0.1" ,
36
40
"semantic-release" : " ^11.0.2"
37
41
},
You can’t perform that action at this time.
0 commit comments