{"id":15020785,"url":"https://github.com/electron/lint-roller","last_synced_at":"2026-04-01T22:22:55.058Z","repository":{"id":152202127,"uuid":"606179736","full_name":"electron/lint-roller","owner":"electron","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-26T07:44:33.000Z","size":1831,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-11-29T07:47:30.048Z","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/electron.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":null,"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":"2023-02-24T19:32:15.000Z","updated_at":"2025-11-26T07:44:36.000Z","dependencies_parsed_at":"2023-06-10T18:30:40.048Z","dependency_job_id":"eacf81c3-ce02-4d70-ab96-5f8ff597ddbf","html_url":"https://github.com/electron/lint-roller","commit_stats":{"total_commits":106,"total_committers":6,"mean_commits":"17.666666666666668","dds":"0.28301886792452835","last_synced_commit":"19d1baf21d00f1c8445ea4f4e4fcf75f03c7f571"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/electron/lint-roller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Flint-roller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Flint-roller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Flint-roller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Flint-roller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electron","download_url":"https://codeload.github.com/electron/lint-roller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electron%2Flint-roller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28857546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"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":[],"created_at":"2024-09-24T19:55:37.981Z","updated_at":"2026-01-29T00:19:36.016Z","avatar_url":"https://github.com/electron.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @electron/lint-roller\n\n[![Test](https://github.com/electron/lint-roller/actions/workflows/test.yml/badge.svg)](https://github.com/electron/lint-roller/actions/workflows/test.yml)\n[![npm version](https://img.shields.io/npm/v/@electron/lint-roller.svg)](https://npmjs.org/package/@electron/lint-roller)\n\n\u003e Markdown linting helpers for Electron org repos\n\n## Usage\n\n```bash\nyarn global add @electron/lint-roller\n\nlint-roller-markdown-links --root docs/ \"docs/**/*.md\"\n```\n\n## What It Provides\n\nA base config for `markdownlint` is provided for consistent linting rules\nacross repos. To use the base config, extend it in `.markdownlint.json`:\n\n```json\n{\n  \"extends\": \"@electron/lint-roller/configs/markdownlint.json\"\n}\n```\n\n`lint-roller-markdown-links` is a command to further lint links to find\nbroken relative links, including URL fragments, and can also be used to\ncheck external links with the `--fetch-external-links` option.\n\n`lint-roller-markdown-standard` is a command to lint JS code blocks in\nMarkdown with `standard`, like `standard-markdown` does, but with better\ndetection of code blocks. Linting can be disabled for specific code blocks\nby adding `@nolint` to the info string.\n\n`lint-roller-markdown-ts-check` is a command to type check JS/TS code blocks\nin Markdown with `tsc`. Type checking can be disabled for specific code blocks\nby adding `@ts-nocheck` to the info string, specific lines can be ignored by\nadding `@ts-expect-error=[\u003cline1\u003e,\u003cline2\u003e]` to the info string, and additional\nglobals can be defined with `@ts-type={name:type}`. The `Window` object can\nbe extended with more types using `@ts-window-type={name:type}`. When type\nchecking TypeScript blocks in the same Markdown file, global augmentation\n(via `declare global`) can be shared between code blocks by putting\n`@ts-noisolate` on the code block doing the global augmentation.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron%2Flint-roller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectron%2Flint-roller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectron%2Flint-roller/lists"}