Skip to content

Commit 994f099

Browse files
committed
fix: update to use prettier format markdown
1 parent 523dbf5 commit 994f099

File tree

3 files changed

+383
-112
lines changed

3 files changed

+383
-112
lines changed

Home.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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)

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
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"

0 commit comments

Comments
 (0)