AFFiNE/.commitlintrc.json

28 lines
433 B
JSON
Raw Normal View History

2023-04-06 21:12:43 +03:00
{
"extends": ["@commitlint/config-conventional"],
"rules": {
"scope-enum": [
2,
"always",
[
"electron",
"server",
2023-04-06 21:12:43 +03:00
"web",
"docs",
"component",
"workspace",
"env",
"graphql",
2023-04-06 21:12:43 +03:00
"cli",
"hooks",
"i18n",
"jotai",
"octobase-node",
"templates",
"y-indexeddb",
"debug"
]
]
}
}