AFFiNE/.commitlintrc.json

32 lines
507 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",
"storybook",
2023-04-06 21:12:43 +03:00
"component",
"workspace",
"env",
"graphql",
2023-04-06 21:12:43 +03:00
"cli",
"hooks",
"i18n",
"jotai",
2023-05-09 13:05:52 +03:00
"native",
2023-04-06 21:12:43 +03:00
"templates",
"y-indexeddb",
"debug",
"storage",
"infra",
"plugin-infra"
2023-04-06 21:12:43 +03:00
]
]
}
}