mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 13:11:32 +03:00
4125038ff8
TODO - [x] basic - [x] storages - [x] producer/consumer - [x] operation pattern - [x] events - [x] worker - [x] readme - [x] peer dependencies
34 lines
528 B
JSON
34 lines
528 B
JSON
{
|
|
"extends": ["@commitlint/config-conventional"],
|
|
"rules": {
|
|
"scope-enum": [
|
|
2,
|
|
"always",
|
|
[
|
|
"admin",
|
|
"electron",
|
|
"server",
|
|
"core",
|
|
"web",
|
|
"mobile",
|
|
"ios",
|
|
"android",
|
|
"docs",
|
|
"storybook",
|
|
"component",
|
|
"workspace",
|
|
"env",
|
|
"graphql",
|
|
"cli",
|
|
"hooks",
|
|
"i18n",
|
|
"native",
|
|
"templates",
|
|
"debug",
|
|
"nbstore",
|
|
"infra"
|
|
]
|
|
]
|
|
}
|
|
}
|