xref: /MusicFree/.commitlintrc.json (revision 5589cdf32b2bb0f641e5ac7bf1f6152cd6b9b70e)
1{
2  "extends": ["@commitlint/config-conventional"],
3  "rules": {
4    "type-enum": [
5      2,
6      "always",
7      [
8        "ci",
9        "chore",
10        "docs",
11        "feat",
12        "fix",
13        "perf",
14        "refactor",
15        "revert",
16        "style"
17      ]
18    ]
19  }
20}
21