We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fd059 commit f338613Copy full SHA for f338613
2 files changed
package.json
@@ -116,14 +116,15 @@
116
"@types/react": "^16.9.11",
117
"@types/rollup-plugin-json": "^3.0.2",
118
"@types/rollup-plugin-sourcemaps": "^0.4.2",
119
+ "doctoc": "^1.4.0",
120
"husky": "^3.0.9",
121
"pretty-quick": "^2.0.0",
122
"ps-tree": "^1.2.0",
123
"react": "^16.8.6"
124
},
125
"husky": {
126
"hooks": {
- "pre-commit": "pretty-quick --staged --pattern '!test/tests/lint/**' && yarn lint"
127
+ "pre-commit": "pretty-quick --staged --pattern '!test/tests/lint/**' && yarn lint && doctoc README.md"
128
}
129
130
"prettier": {
0 commit comments