AFFiNE/.commitlintrc.json

35 lines
561 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-07-19 07:30:04 +03:00
"core",
2023-04-06 21:12:43 +03:00
"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",
"y-provider",
"debug",
"storage",
"infra",
2023-08-03 07:47:05 +03:00
"plugin-cli",
2023-08-06 06:59:14 +03:00
"sdk",
"plugin"
2023-04-06 21:12:43 +03:00
]
]
}
}