We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424f294 commit abaa08dCopy full SHA for abaa08d
.husky/commit-msg
@@ -0,0 +1,4 @@
1
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/husky.sh"
3
+
4
+npx --no-install commitlint --edit
.husky/pre-commit
@@ -1 +1,4 @@
-yarn format && yarn lint
+yarn lint && yarn format
package.json
@@ -39,6 +39,7 @@
39
"format": "prettier --write .",
40
"lint": "eslint . --fix",
41
"lint:all": "eslint .",
42
+ "prepare": "husky install",
43
"create-color-font": "node scripts/create-color-font.js"
44
},
45
"license": "ISC",
0 commit comments