We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dbe2f commit 17ffcbeCopy full SHA for 17ffcbe
.husky/commit-msg
@@ -1,4 +1,2 @@
1
#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx --no-install commitlint --edit $1
.husky/pre-commit
@@ -1,5 +1,3 @@
echo committing as $(git config user.name)
5
npx lint-staged
package.json
@@ -17,7 +17,7 @@
17
"dist/"
18
],
19
"scripts": {
20
- "prepare": "husky install",
+ "prepare": "husky",
21
"commit": "git cz",
22
"lint": "npm run eslint -- --fix && npm run prettier -- --write",
23
"eslint": "eslint .",
0 commit comments