We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55044f0 commit 5483f51Copy full SHA for 5483f51
.husky/commit-msg
@@ -0,0 +1 @@
1
+npx --no-install commitlint --edit "$1"
package.json
@@ -20,7 +20,10 @@
20
"lit": "^3.1.4"
21
},
22
"devDependencies": {
23
+ "@commitlint/cli": "^19.5.0",
24
+ "@commitlint/config-conventional": "^19.5.0",
25
"@open-wc/testing": "^4.0.0",
26
+ "husky": "^9.1.6",
27
"jsdom": "^24.1.0",
28
"typescript": "^5.4.5",
29
"vitest": "^1.6.0"
0 commit comments