{"id":18777521,"url":"https://github.com/onify/commitlint-config","last_synced_at":"2026-06-24T01:31:39.644Z","repository":{"id":182171252,"uuid":"667686867","full_name":"onify/commitlint-config","owner":"onify","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-19T00:21:11.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-16T23:39:00.466Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-18T04:53:32.000Z","updated_at":"2023-07-19T00:05:36.000Z","dependencies_parsed_at":"2023-07-19T01:22:29.332Z","dependency_job_id":"aeb2d5f7-0d9e-4003-9ab1-b9fc9ec53dc2","html_url":"https://github.com/onify/commitlint-config","commit_stats":null,"previous_names":["onify/commitlint-config"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/onify/commitlint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fcommitlint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fcommitlint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fcommitlint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fcommitlint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onify","download_url":"https://codeload.github.com/onify/commitlint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onify%2Fcommitlint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34713789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-07T20:11:28.721Z","updated_at":"2026-06-24T01:31:39.614Z","avatar_url":"https://github.com/onify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @onify/commitlint-config\n\nShareable `commitlint` config enforcing [Conventional Commits](https://www.conventionalcommits.org/) thru extension of [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional). Use with [@commitlint/cli](https://www.npmjs.com/package/@commitlint/cli).\n\n## Installation\n\n```console\nnpm install @commitlint/cli https://github.com/onify/commitlint-config.git\n```\n\n## Usage\n\nBest used with [husky](https://typicode.github.io/husky) as a `commit-msg` hook.\n\n### With a dedicated Commitlint Config\n\nCreate a `commitlint.config.js` file on the root directory and extend with this package:\n\n```js\nmodule.exports = {\n  extends: ['@onify'],\n};\n```\n\n### With package.json\n\nIn the `package.json` of your project\n\n```json\n{\n  \"commitlint\": {\n    \"extends\": [\"@onify\"],\n  }\n}\n```\n\n## Valid Types\n\n| Type      | Description                                                                                                     |\n| --------- | --------------------------------------------------------------------------------------------------------------- |\n| build     | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)             |\n| chore     | Changes to the build process or auxiliary tools and libraries such as documentation generation                  |\n| ci        | Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)     |\n| **ui**    | Changes that only affects the UI                                                                                |\n| docs      | Documentation only changes                                                                                      |\n| **dx**    | Any changes or addition that improves developer experience                                                      |\n| feat      | A new feature                                                                                                   |\n| fix       | A bug fix                                                                                                       |\n| **infra** | Changes to any infrastructure configuration files and/or scripts (example scopes: aws, heroku, azure, nginx)    |\n| perf      | A code change that improves performance                                                                         |\n| refactor  | A code change that neither fixes a bug nor adds a feature                                                       |\n| revert    | [Read here](https://www.conventionalcommits.org/en/v1.0.0/#how-does-conventional-commits-handle-revert-commits) |\n| style     | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)          |\n| test      | Adding missing tests or correcting existing tests                                                               |\n| **wip**   | Work in progress. For partial progress that you want to sync on the remote repo.                                |\n\n\n**Note:** Descriptions taken directly from [Angular's Commit Message Type Guidelines](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type) except for types that are in **bold** characters as they are new types added by this config.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonify%2Fcommitlint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonify%2Fcommitlint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonify%2Fcommitlint-config/lists"}