Skip to content

Commit 2747245

Browse files
committed
chore: install commitlint
1 parent d98ed04 commit 2747245

File tree

3 files changed

+582
-863
lines changed

3 files changed

+582
-863
lines changed

commitlint.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const Configuration = {
2+
extends: ['@commitlint/config-conventional'],
3+
};
4+
5+
export default Configuration;

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"plugin-error": "^2.0.1"
3636
},
3737
"devDependencies": {
38+
"@commitlint/cli": "^19.8.1",
39+
"@commitlint/config-conventional": "^19.8.1",
3840
"@idleberg/configs": "^0.3.1",
3941
"@types/gulp": "^4.0.17",
4042
"@types/node": "^18.19.55",

0 commit comments

Comments
 (0)