Skip to content

Commit 5483f51

Browse files
committed
chore(lit-functions): added commit-lint
1 parent 55044f0 commit 5483f51

File tree

3 files changed

+586
-3
lines changed

3 files changed

+586
-3
lines changed

.husky/commit-msg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx --no-install commitlint --edit "$1"

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"lit": "^3.1.4"
2121
},
2222
"devDependencies": {
23+
"@commitlint/cli": "^19.5.0",
24+
"@commitlint/config-conventional": "^19.5.0",
2325
"@open-wc/testing": "^4.0.0",
26+
"husky": "^9.1.6",
2427
"jsdom": "^24.1.0",
2528
"typescript": "^5.4.5",
2629
"vitest": "^1.6.0"

0 commit comments

Comments
 (0)