{"id":19970198,"url":"https://github.com/webdeveric/commitlint-plugin-cspell","last_synced_at":"2026-02-25T21:07:31.447Z","repository":{"id":250496274,"uuid":"834303387","full_name":"webdeveric/commitlint-plugin-cspell","owner":"webdeveric","description":"Spellcheck your commit messages with CSpell","archived":false,"fork":false,"pushed_at":"2025-07-05T18:28:55.000Z","size":321,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T23:43:28.170Z","etag":null,"topics":["commitlint","commitlint-plugin","commitlintplugin","cspell","spellcheck"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/commitlint-plugin-cspell","language":"TypeScript","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/webdeveric.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["webdeveric"]}},"created_at":"2024-07-26T22:22:15.000Z","updated_at":"2025-07-05T18:28:33.000Z","dependencies_parsed_at":"2024-09-07T20:38:44.076Z","dependency_job_id":"9cfbb80a-a685-4c55-8fa8-d266ec8cfa7c","html_url":"https://github.com/webdeveric/commitlint-plugin-cspell","commit_stats":null,"previous_names":["webdeveric/commitlint-plugin-cspell"],"tags_count":2,"template":false,"template_full_name":"webdeveric/dual-ts-package-template","purl":"pkg:github/webdeveric/commitlint-plugin-cspell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fcommitlint-plugin-cspell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fcommitlint-plugin-cspell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fcommitlint-plugin-cspell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fcommitlint-plugin-cspell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/commitlint-plugin-cspell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fcommitlint-plugin-cspell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"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":["commitlint","commitlint-plugin","commitlintplugin","cspell","spellcheck"],"created_at":"2024-11-13T02:53:30.521Z","updated_at":"2026-02-14T18:10:12.461Z","avatar_url":"https://github.com/webdeveric.png","language":"TypeScript","funding_links":["https://github.com/sponsors/webdeveric"],"categories":[],"sub_categories":[],"readme":"# `commitlint-plugin-cspell`\n\n[![Node.js CI](https://github.com/webdeveric/commitlint-plugin-cspell/actions/workflows/node.js.yml/badge.svg)](https://github.com/webdeveric/commitlint-plugin-cspell/actions/workflows/node.js.yml)\n\n## Install\n\n```sh\npnpm add commitlint-plugin-cspell -D\n```\n\n## Configure rules\n\nThis config shows all the rules provided by this plugin. You must use at least one of them to get spell checking.\n\n:information_source: If you're using conventional commits, you'll probably want to use `cspell/type`, `cspell/scope`, and `cspell/subject` instead of `cspell/header`.\n\n---\n\nExample `commitlint.config.mjs`:\n\n```js\n/**\n * @type {import('@commitlint/types').UserConfig}\n */\nexport default {\n  plugins: ['commitlint-plugin-cspell'],\n  rules: {\n    'cspell/type': [2, 'always'],\n    'cspell/scope': [2, 'always'],\n    'cspell/subject': [2, 'always'],\n    'cspell/header': [2, 'always'],\n    'cspell/body': [2, 'always'],\n    'cspell/footer': [2, 'always'],\n  },\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fcommitlint-plugin-cspell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Fcommitlint-plugin-cspell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fcommitlint-plugin-cspell/lists"}