2022-05-05 15:19:35 +00:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"scope-case": [
|
|
|
|
0
|
|
|
|
],
|
|
|
|
"header-max-length": [
|
|
|
|
0,
|
|
|
|
"always",
|
|
|
|
110
|
|
|
|
],
|
|
|
|
"scope-enum": [
|
|
|
|
2,
|
|
|
|
"always",
|
|
|
|
[
|
2022-05-23 11:07:25 +00:00
|
|
|
"api",
|
2022-05-05 15:19:35 +00:00
|
|
|
"browser-extension",
|
2022-05-05 18:11:43 +00:00
|
|
|
"data",
|
|
|
|
"docs",
|
2022-05-23 11:16:33 +00:00
|
|
|
"packages",
|
|
|
|
"web"
|
2022-05-05 15:19:35 +00:00
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|