We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe01be commit e2f81a6Copy full SHA for e2f81a6
.husky/pre-commit
@@ -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
@@ -100,11 +100,11 @@
100
"husky": "^5.1.3",
101
"jest": "^26.6.3",
102
"jest-fetch-mock": "^3.0.3",
103
- "lint-staged": "^10.2.13",
+ "lint-staged": "^10.5.4",
104
"mkdirp": "^1.0.3",
105
"npm-run-all": "^4.1.5",
106
"pinst": "^2.1.6",
107
- "prettier": "^1.19.0",
+ "prettier": "^2.2.1",
108
"react-test-renderer": "^17.0.1",
109
"rimraf": "^3.0.2",
110
"ts-jest": "^26.4.4",
0 commit comments