AFFiNE/tools/commitlint/.commitlintrc.json

34 lines
528 B
JSON

{
"extends": ["@commitlint/config-conventional"],
"rules": {
"scope-enum": [
2,
"always",
[
"admin",
"electron",
"server",
"core",
"web",
"mobile",
"ios",
"android",
"docs",
"storybook",
"component",
"workspace",
"env",
"graphql",
"cli",
"hooks",
"i18n",
"native",
"templates",
"debug",
"storage",
"infra"
]
]
}
}