mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 08:32:43 +03:00
26 lines
396 B
JSON
26 lines
396 B
JSON
{
|
|
"extends": ["@commitlint/config-conventional"],
|
|
"rules": {
|
|
"scope-enum": [
|
|
2,
|
|
"always",
|
|
[
|
|
"electron",
|
|
"web",
|
|
"docs",
|
|
"component",
|
|
"workspace",
|
|
"env",
|
|
"cli",
|
|
"hooks",
|
|
"i18n",
|
|
"jotai",
|
|
"octobase-node",
|
|
"templates",
|
|
"y-indexeddb",
|
|
"debug"
|
|
]
|
|
]
|
|
}
|
|
}
|