1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "devDependencies": { "@commitlint/cli": "^20.2.0", "@commitlint/config-conventional": "^20.2.0", "husky": "^9.1.7" }, "scripts": { "prepare": "husky" } }