Skip to content

Commit 5fd82f8

Browse files
committed
chore: rename project to js-quality-starter-with-release and add commitlint configuration
1 parent d2d0772 commit 5fd82f8

File tree

4 files changed

+857
-1
lines changed

4 files changed

+857
-1
lines changed

.husky/commit-msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx commitlint --edit "$1"

commitlint.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
extends: ['@commitlint/config-conventional'],
3+
// Add any custom rules here if needed
4+
// rules: {
5+
// 'scope-enum': [
6+
// 2,
7+
// 'always',
8+
// ['api', 'ui', 'docs', 'build', 'release', 'deps', 'config']
9+
// ],
10+
// },
11+
};

0 commit comments

Comments
 (0)