{ "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-cli", "sdk", "plugin" ] ] } }