Skip to content

Commit

Permalink
chore: enforce conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Nov 10, 2022
1 parent 4f8f5c2 commit 5ccb6fe
Show file tree
Hide file tree
Showing 2 changed files with 618 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"devDependencies": {
"@types/node": "^18.11.0",
"@typescript-eslint/parser": "^4.33.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.15.13",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.3.2",
Expand All @@ -44,5 +45,10 @@
"prettier": "2.5.1",
"ts-jest": "^27.1.2",
"typescript": "^4.4.4"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}
Loading

0 comments on commit 5ccb6fe

Please sign in to comment.