mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 17:06:22 +03:00
32 lines
508 B
JSON
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"
|
|
]
|
|
]
|
|
}
|
|
}
|