mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-05 15:43:11 +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"
|
||
|
]
|
||
|
]
|
||
|
}
|
||
|
}
|