2023-04-06 21:12:43 +03:00
|
|
|
{
|
|
|
|
"extends": ["@commitlint/config-conventional"],
|
|
|
|
"rules": {
|
|
|
|
"scope-enum": [
|
|
|
|
2,
|
|
|
|
"always",
|
|
|
|
[
|
|
|
|
"electron",
|
2023-04-18 06:24:44 +03:00
|
|
|
"server",
|
2023-07-19 07:30:04 +03:00
|
|
|
"core",
|
2023-04-06 21:12:43 +03:00
|
|
|
"docs",
|
2023-06-28 15:29:52 +03:00
|
|
|
"storybook",
|
2023-04-06 21:12:43 +03:00
|
|
|
"component",
|
|
|
|
"workspace",
|
|
|
|
"env",
|
2023-04-25 05:13:52 +03:00
|
|
|
"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",
|
2023-08-23 03:18:35 +03:00
|
|
|
"y-provider",
|
2023-06-29 04:45:45 +03:00
|
|
|
"debug",
|
2023-07-13 18:52:06 +03:00
|
|
|
"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
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|