Skip to content

Commit

Permalink
chore(commitlint): remove rules from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk committed Dec 13, 2024
1 parent d17f6df commit 9b1e6b9
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .commitlintrc.ts
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
export default {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-empty': [2, 'never'], // 반드시 scope를 포함해야 합니다.
'scope-case': [2, 'always', 'lower-case'], // scope는 항상 소문자여야 합니다.
'scope-enum': [
2,
'always',
[
// scope는 이 목록에 있는 값 중 하나여야 합니다.
'*',
'root',
'auth',
'land',
'member',
'time',
'config',
'design-system',
'icon',
'utils',
'ci',
'changeset',
'husky',
'github',
],
],
},
};

0 comments on commit 9b1e6b9

Please sign in to comment.