{"id":20666284,"url":"https://github.com/devpow112/commitlint-config","last_synced_at":"2026-03-05T02:12:45.311Z","repository":{"id":38094768,"uuid":"457864912","full_name":"devpow112/commitlint-config","owner":"devpow112","description":":clipboard: Shareable commitlint configuration","archived":false,"fork":false,"pushed_at":"2026-01-24T23:04:49.000Z","size":856,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-25T10:57:40.302Z","etag":null,"topics":["github-actions","nodejs"],"latest_commit_sha":null,"homepage":"https://npmjs.com/@devpow112/commitlint-config","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/devpow112.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-10T16:46:30.000Z","updated_at":"2026-01-24T23:04:54.000Z","dependencies_parsed_at":"2023-11-16T15:51:04.867Z","dependency_job_id":"93207732-78c3-4fe6-aa78-3429b233644c","html_url":"https://github.com/devpow112/commitlint-config","commit_stats":{"total_commits":319,"total_committers":4,"mean_commits":79.75,"dds":0.2695924764890282,"last_synced_commit":"76dde151d50b9182cd52929365eb2a42f9ac6ae3"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/devpow112/commitlint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fcommitlint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fcommitlint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fcommitlint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fcommitlint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devpow112","download_url":"https://codeload.github.com/devpow112/commitlint-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fcommitlint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29469915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T04:35:06.950Z","status":"ssl_error","status_checked_at":"2026-02-15T04:33:41.357Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github-actions","nodejs"],"created_at":"2024-11-16T19:36:31.988Z","updated_at":"2026-02-15T05:04:16.203Z","avatar_url":"https://github.com/devpow112.png","language":"JavaScript","readme":"# CommitLint Configuration\n\n[![License][License Badge]](LICENSE)\n[![Version][Version Badge]][Version Package]\n[![Release][Release Badge]][Release Workflow]\n[![Node Version][Node Version Badge]](package.json#L49)\n\nShareable commitlint configuration.\n\n## Installation\n\n```console\nnpm i -D @devpow112/commitlint-config\n```\n\n## Usage\n\nThe shareable config can be configured in the [CommitLint configuration]\nfile.\n\n```json\n{\n  \"extends\": \"@devpow112/commitlint-config\"\n}\n```\n\n## Development\n\nDevelopment can be done on any machine that can install **Node.js**. Only the\nlatest LTS version is tested against.\n\n### Install Dependencies\n\nInstall dependencies via `npm`.\n\n```console\nnpm i\n```\n\n### Linting\n\nExecute linters via `npm`.\n\n```console\n# git, javascript, markdown and package.json\nnpm run lint\n\n# git only\nnpm run lint:git\n\n# javascript only\nnpm run lint:js\n\n# markdown only\nnpm run lint:md\n\n# package.json only\nnpm run lint:pkg\n```\n\n### Fixing\n\nExecute automatic fixers via `npm`.\n\n```console\n# javascript, markdown and package.json\nnpm run fix\n\n# javascript only\nnpm run fix:js\n\n# markdown only\nnpm run fix:md\n\n# package.json only\nnpm run fix:pkg\n```\n\n\u003c!-- links --\u003e\n[License Badge]: https://img.shields.io/github/license/devpow112/commitlint-config?label=License\n[Version Badge]: https://img.shields.io/npm/v/@devpow112/commitlint-config?label=Version\n[Version Package]: https://www.npmjs.com/@devpow112/commitlint-config\n[Node Version Badge]: https://img.shields.io/node/v/@devpow112/commitlint-config\n[Release Badge]: https://github.com/devpow112/commitlint-config/actions/workflows/release.yml/badge.svg?branch=main\n[Release Workflow]: https://github.com/devpow112/commitlint-config/actions/workflows/release.yml?query=branch%3Amain\n[CommitLint configuration]: https://github.com/conventional-changelog/commitlint/blob/master/docs/concepts-shareable-config.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpow112%2Fcommitlint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevpow112%2Fcommitlint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpow112%2Fcommitlint-config/lists"}