{
  "extends": [
    "@commitlint/config-conventional"
  ],
  "rules": {
    "header-max-length": [ 2, "always", 120 ],
    "type-enum": [
      2,
      "always",
      [
        "breaking",
        "feat",
        "fix",
        "refactor",
        "config",
        "test",
        "docs",
        "chore",
        "release"
      ]
    ]
  }
}
