Skip to content

Commit e2f81a6

Browse files
committed
Update husky
1 parent bbe01be commit e2f81a6

File tree

3 files changed

+408
-370
lines changed

3 files changed

+408
-370
lines changed

.husky/pre-commit

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
. "$(dirname "$0")/_/husky.sh"
4+
5+
npx --no-install lint-staged
6+
jlpm lint-staged

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@
100100
"husky": "^5.1.3",
101101
"jest": "^26.6.3",
102102
"jest-fetch-mock": "^3.0.3",
103-
"lint-staged": "^10.2.13",
103+
"lint-staged": "^10.5.4",
104104
"mkdirp": "^1.0.3",
105105
"npm-run-all": "^4.1.5",
106106
"pinst": "^2.1.6",
107-
"prettier": "^1.19.0",
107+
"prettier": "^2.2.1",
108108
"react-test-renderer": "^17.0.1",
109109
"rimraf": "^3.0.2",
110110
"ts-jest": "^26.4.4",

0 commit comments

Comments
 (0)