File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 88 "lint" : " tslint --project ." ,
99 "lint-fix" : " tslint --project . --fix" ,
1010 "pretest" : " yarn lint && tsc --project ." ,
11- "test" : " mocha \" test/**/*Test.js\" " ,
12- "commitmsg" : " commitlint -e $GIT_PARAMS" ,
13- "precommit" : " lint-staged" ,
14- "postmerge" : " yarnhook" ,
15- "postcheckout" : " yarnhook" ,
16- "postrewrite" : " yarnhook"
11+ "test" : " mocha \" test/**/*Test.js\" "
1712 },
1813 "lint-staged" : {
1914 "*.ts" : [
9388 "repository" : {
9489 "type" : " git" ,
9590 "url" : " https://github.com/square/babel-codemod.git"
91+ },
92+ "husky" : {
93+ "hooks" : {
94+ "commit-msg" : " commitlint -e $GIT_PARAMS" ,
95+ "post-checkout" : " yarnhook" ,
96+ "post-merge" : " yarnhook" ,
97+ "post-rewrite" : " yarnhook" ,
98+ "pre-commit" : " lint-staged"
99+ }
96100 }
97- }
101+ }
You can’t perform that action at this time.
0 commit comments