File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "hooks" : {
3- "pre-commit" : " yarn lint && yarn test" ,
3+ "pre-commit" : " yarn format && yarn lint && yarn test" ,
44 "commitmsg" : " commitlint -e $GIT_PARAMS"
55 }
66}
Original file line number Diff line number Diff line change 1818 "lint:js" : " eslint '**/*.js'" ,
1919 "lint:ts" : " eslint -c './.eslintrc-ts.js' '**/*.ts'" ,
2020 "lint" : " yarn lint:js; yarn lint:ts" ,
21+ "format" : " prettier scripts src sample/src --write" ,
2122 "lint:fix" : " yarn lint:js --fix; yarn lint:ts --fix" ,
2223 "start:docs" : " docsify serve docs" ,
2324 "prepare" : " husky install"
Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ <h3>Open Service</h3>
306306 < button id ="open-service-btn "> Open Service</ button >
307307 </ section >
308308
309-
310309 < section id ="logout-section ">
311310 < h3 > Logout</ h3 >
312311
@@ -315,6 +314,5 @@ <h3>Logout</h3>
315314 </ section >
316315
317316 </ div >
318-
319317 </ body >
320- </ html >
318+ </ html >
Original file line number Diff line number Diff line change 66 "target" : " es5" ,
77 "lib" : [" es6" , " es2017" , " dom" ]
88 }
9- }
9+ }
You can’t perform that action at this time.
0 commit comments