Skip to content

Commit

Permalink
chore: add commitzen to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fazla-GroM committed Sep 3, 2024
1 parent 6bbe49f commit 431e34d
Show file tree
Hide file tree
Showing 3 changed files with 7,198 additions and 9,117 deletions.
3 changes: 3 additions & 0 deletions .czrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"path": "@commitlint/cz-commitlint"
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"author": "Treblle <[email protected]>",
"scripts": {
"build": "next build",
"commit": "cz",
"dev": "rm -rf .next && next dev",
"format:check": "prettier . --check",
"format:fix": "prettier . --write",
Expand All @@ -32,13 +33,15 @@
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cz-commitlint": "^19.4.0",
"@next/eslint-plugin-next": "14.2.7",
"@pandacss/dev": "^0.45.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"commitizen": "^4.3.0",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
Expand Down
Loading

0 comments on commit 431e34d

Please sign in to comment.