AFFiNE/.commitlintrc.json
2023-07-19 04:30:04 +00:00

32 lines
508 B
JSON

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