Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 545 Bytes

File metadata and controls

27 lines (20 loc) · 545 Bytes

commitlint

Enabled

This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies or devDependencies:

  • @commitlint/cli

Default configuration

{
  "commitlint": {
    "config": [
      ".commitlintrc",
      ".commitlintrc.{json,yaml,yml,js,cjs,ts,cts}",
      "commitlint.config.{js,cjs,ts,cts}",
      "package.json"
    ]
  }
}

Also see Knip plugins for more information about plugins.