We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c96e2d commit 59f2a8dCopy full SHA for 59f2a8d
.husky/pre-commit
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/husky.sh"
3
+
4
+npm run lint-staged
package.json
@@ -78,7 +78,7 @@
78
"commitlint": "^17.6.3",
79
"cz-conventional-changelog": "^3.3.0",
80
"eslint-plugin-vue": "^9.12.0",
81
- "husky": "^8.0.3",
+ "husky": "^8.0.0",
82
"jest": "^29.5.0",
83
"jsdom": "^22.0.0",
84
"standard-version": "^9.5.0",
0 commit comments