File tree Expand file tree Collapse file tree 3 files changed +383
-112
lines changed Expand file tree Collapse file tree 3 files changed +383
-112
lines changed Original file line number Diff line number Diff line change 11<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3- ** Table of Contents** * generated with [ DocToc] ( https://github.com/thlorenz/doctoc ) *
3+
4+ ** Table of Contents** _ generated with [ DocToc] ( https://github.com/thlorenz/doctoc ) _
45
56- [[[ Home]]] ( #home )
67- [[[ About]]] ( #about )
Original file line number Diff line number Diff line change 2020 "husky" : {
2121 "hooks" : {
2222 "post-commit" : " git update-index --again" ,
23- "pre-commit" : " lint-staged"
23+ "pre-commit" : " pretty-quick --staged && lint-staged"
2424 }
2525 },
2626 "devDependencies" : {
27- "husky" : " ^1.3.1 " ,
27+ "husky" : " ^4.2.3 " ,
2828 "lint-staged" : " ^7.3.0" ,
29+ "prettier" : " 2.0.2" ,
30+ "pretty-quick" : " ^2.0.1" ,
2931 "textlint" : " 11.6.2" ,
3032 "textlint-rule-ja-space-between-half-and-full-width" : " 2.0.1" ,
3133 "textlint-rule-no-todo" : " 2.0.1"
You can’t perform that action at this time.
0 commit comments