Skip to content

Commit

Permalink
chore(commitizen): add commitizen packages
Browse files Browse the repository at this point in the history
  • Loading branch information
srt4rulez committed Feb 1, 2022
1 parent dc4cb7d commit 6b0c6f8
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 24 deletions.
3 changes: 3 additions & 0 deletions .czrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "cz-conventional-changelog"
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.6.0",
"classnames": "^2.3.1",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"dompurify": "^2.3.4",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.28.0",
Expand All @@ -41,6 +43,7 @@
"typescript": "^4.5.4"
},
"scripts": {
"commit": "cz",
"ts": "tsc",
"lint": "eslint --cache \"./**/*.{ts,tsx}\"",
"lint:fix": "eslint --cache --fix \"./**/*.{ts,tsx}\"",
Expand Down
Loading

0 comments on commit 6b0c6f8

Please sign in to comment.