{"id":20949858,"url":"https://github.com/team23/commitlint-config","last_synced_at":"2025-10-03T17:55:44.484Z","repository":{"id":65210801,"uuid":"581226575","full_name":"team23/commitlint-config","owner":"team23","description":"TEAM23 configuration for commitlint","archived":false,"fork":false,"pushed_at":"2023-03-01T13:00:07.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-20T22:35:56.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/team23.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-22T15:55:36.000Z","updated_at":"2023-01-09T14:39:43.000Z","dependencies_parsed_at":"2024-11-19T00:44:22.878Z","dependency_job_id":"e6fd4568-66f5-4b09-bce6-d7f867ddd040","html_url":"https://github.com/team23/commitlint-config","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Fcommitlint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Fcommitlint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Fcommitlint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Fcommitlint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/team23","download_url":"https://codeload.github.com/team23/commitlint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243345608,"owners_count":20275872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T00:44:17.525Z","updated_at":"2025-10-03T17:55:44.458Z","avatar_url":"https://github.com/team23.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# commitlint-config\n\nTEAM23 configuration for [commitlint](https://commitlint.js.org/) enforcing our [commit standard](https://confluence.team23.de/display/AP/Commit+Standard).\n\n## How to use with [pre-commit](https://pre-commit.com/)\n\n### Create config file\n\nAdd a file `commitlint.config.js` to the root directory of your project with the following content: \n\n```js\nexport default {\n    extends: ['@team23/commitlint-config'],\n};\n```\n\n### Add pre-commit hook\n\nNext, add the pre-commit hook for commitlint to your pre-commit config (`.pre-commit-config.yaml`) by adding\n\n```yaml\n  - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook\n    rev: v9.0.0\n    hooks:\n      - id: commitlint\n        stages: [commit-msg]\n        additional_dependencies:\n          - \"@team23/commitlint-config@1.0.4\"\n```\n\nSpecify the version of `@team23/commitlint-config` you want to use in the `additional_dependencies`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam23%2Fcommitlint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam23%2Fcommitlint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam23%2Fcommitlint-config/lists"}