AFFiNE/.commitlintrc.json
2023-05-11 14:41:51 +08:00

29 lines
443 B
JSON

{
"extends": ["@commitlint/config-conventional"],
"rules": {
"scope-enum": [
2,
"always",
[
"electron",
"server",
"web",
"docs",
"component",
"workspace",
"env",
"graphql",
"cli",
"hooks",
"i18n",
"jotai",
"native",
"templates",
"y-indexeddb",
"debug",
"theme"
]
]
}
}