{ "extends": ["@commitlint/config-conventional"], "rules": { "type-enum": [ 2, "always", [ "feat", "fix", "docs", "style", "refactor", "perf", "test", "build", "ci", "chore", "revert" ] ], "scope-enum": [ 2, "always", [ "theme", "templates", "assets", "css", "js", "php", "admin", "api", "schema", "seo", "config", "deps" ] ], "subject-case": [2, "always", "lower-case"], "subject-max-length": [2, "always", 72], "body-max-line-length": [2, "always", 72] } }