-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ce2c44
commit 3739f10
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module.exports = { | ||
extends: ["@commitlint/config-conventional"], | ||
rules: { | ||
// μ€μ½νλ 컨벀μ κ³Ό λ§μ§ μκΈ°μ, μ¬μ©νμ§ μλ κ²μΌλ‘ νλ€. | ||
"scope-empty": [2, "always"], | ||
// ν€λμ κΈΈμ΄λ 100μλ‘ μ ν | ||
"header-max-length": [2, "always", 100], | ||
// λ³Έλ¬Έμ ν μ€μ 100μλ‘ μ ν | ||
"body-max-line-length": [2, "always", 100], | ||
// νμ μ μλμ νκ·Έλ§ κ°λ₯ | ||
"type-enum": [ | ||
2, | ||
"always", | ||
["feat", "fix", "docs", "rename", "style", "refactor", "test", "chore"], | ||
], | ||
}, | ||
extends: ["@commitlint/config-conventional"], | ||
rules: { | ||
// μ€μ½νλ 컨벀μ κ³Ό λ§μ§ μκΈ°μ, μ¬μ©νμ§ μλ κ²μΌλ‘ νλ€. | ||
"scope-empty": [2, "always"], | ||
// ν€λμ κΈΈμ΄λ 100μλ‘ μ ν | ||
"header-max-length": [2, "always", 100], | ||
// λ³Έλ¬Έμ ν μ€μ 100μλ‘ μ ν | ||
"body-max-line-length": [2, "always", 100], | ||
// νμ μ μλμ νκ·Έλ§ κ°λ₯ | ||
"type-enum": [ | ||
2, | ||
"always", | ||
["feat", "fix", "docs", "rename", "style", "refactor", "test", "chore", "release"], | ||
], | ||
}, | ||
}; |