mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-11 07:26:24 +03:00
30 lines
466 B
JSON
30 lines
466 B
JSON
{
|
|
"extends": ["@commitlint/config-conventional"],
|
|
"rules": {
|
|
"scope-enum": [
|
|
2,
|
|
"always",
|
|
[
|
|
"electron",
|
|
"server",
|
|
"web",
|
|
"docs",
|
|
"storybook",
|
|
"component",
|
|
"workspace",
|
|
"env",
|
|
"graphql",
|
|
"cli",
|
|
"hooks",
|
|
"i18n",
|
|
"jotai",
|
|
"native",
|
|
"templates",
|
|
"y-indexeddb",
|
|
"debug",
|
|
"storage"
|
|
]
|
|
]
|
|
}
|
|
}
|