AFFiNE/.commitlintrc.json
2023-04-06 13:12:43 -05:00

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"
]
]
}
}