AFFiNE/tools/commitlint/.commitlintrc.json
2024-08-29 16:45:21 +00:00

32 lines
494 B
JSON

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