Skip to content

Commit

Permalink
chore: install and configure commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvur committed Nov 9, 2024
1 parent dd8bd46 commit 1042fa7
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 5 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
extends: ['@commitlint/config-conventional'],
};
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"dist"
],
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
Expand Down
Loading

0 comments on commit 1042fa7

Please sign in to comment.