{"id":17929146,"url":"https://github.com/skarab42/eslint-staged","last_synced_at":"2026-02-10T22:02:30.696Z","repository":{"id":216337984,"uuid":"740814390","full_name":"skarab42/eslint-staged","owner":"skarab42","description":"Refines lint-staged functionality, enforcing adherence to ESLint's ignored file configurations.","archived":false,"fork":false,"pushed_at":"2024-04-03T17:28:57.000Z","size":123,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-28T20:18:21.840Z","etag":null,"topics":["eslint","eslint-staged","git","staged"],"latest_commit_sha":null,"homepage":"","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/skarab42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"skarab42"}},"created_at":"2024-01-09T05:51:28.000Z","updated_at":"2024-01-09T16:00:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"55b687ce-a783-4e20-a8cf-9b975e2db0e2","html_url":"https://github.com/skarab42/eslint-staged","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"da51d1f477c2e9aa392554ba5c1fad271671c3a7"},"previous_names":["skarab42/eslint-staged"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/skarab42/eslint-staged","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarab42%2Feslint-staged","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarab42%2Feslint-staged/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarab42%2Feslint-staged/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarab42%2Feslint-staged/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skarab42","download_url":"https://codeload.github.com/skarab42/eslint-staged/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarab42%2Feslint-staged/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"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":["eslint","eslint-staged","git","staged"],"created_at":"2024-10-28T21:07:46.586Z","updated_at":"2026-02-10T22:02:30.663Z","avatar_url":"https://github.com/skarab42.png","language":"TypeScript","funding_links":["https://github.com/sponsors/skarab42"],"categories":[],"sub_categories":[],"readme":"# @skarab/eslint-staged\n\nRefines [lint-staged] functionality, enforcing strict adherence to ESLint's ignored file configurations.\n\nThis package provides a CLI tool (`eslint-staged`) designed to run ESLint on staged files, considering the files in `.eslintignore` and `ignorePatterns`.\n\nIt resolves the [common issue] ([1], [2]) where [lint-staged] pass files ignored by ESLint.\n\n## Installation\n\n```bash\npnpm add @skarab/eslint-staged --save-dev\n```\n\n## Usage\n\nIn your `package.json`, configure [lint-staged] as follows:\n\n```ts\n\"lint-staged\": {\n  \"*\": [\n    \"pnpm eslint-staged --fix --max-warnings=0\",\n    \"pnpm prettier --write --ignore-unknown\"\n  ]\n}\n```\n\n---\n\nScaffolded with [@skarab/skaffold](https://www.npmjs.com/package/@skarab/skaffold)\n\n[lint-staged]: https://github.com/lint-staged/lint-staged\n[common issue]: https://www.curiouslychase.com/posts/eslint-error-file-ignored-because-of-a-matching-ignore-pattern/\n[1]: https://github.com/lint-staged/lint-staged/issues/584#issue-413947299\n[2]: https://github.com/eslint/eslint/issues/16602#issue-1470373542\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskarab42%2Feslint-staged","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskarab42%2Feslint-staged","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskarab42%2Feslint-staged/lists"}