{"id":39746769,"url":"https://github.com/taskade/eslint","last_synced_at":"2026-01-20T17:34:14.936Z","repository":{"id":39797002,"uuid":"256657343","full_name":"taskade/eslint","owner":"taskade","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-19T02:24:40.000Z","size":1114,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-01-11T11:22:48.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/taskade.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-18T02:58:19.000Z","updated_at":"2025-08-17T10:40:46.000Z","dependencies_parsed_at":"2023-11-11T11:25:22.645Z","dependency_job_id":"ca086813-4a46-4680-80e1-6f779227631b","html_url":"https://github.com/taskade/eslint","commit_stats":{"total_commits":50,"total_committers":2,"mean_commits":25.0,"dds":"0.18000000000000005","last_synced_commit":"8a6d8cf4408efdd52673287614a9057986990fd1"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/taskade/eslint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Feslint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Feslint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Feslint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Feslint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taskade","download_url":"https://codeload.github.com/taskade/eslint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskade%2Feslint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"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":"2026-01-18T11:21:46.586Z","updated_at":"2026-01-18T11:21:46.654Z","avatar_url":"https://github.com/taskade.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @taskade/eslint\n\n## Getting Started\n\n```sh\nnpm install --save-dev @taskade/eslint-plugin\n```\n\n## Contributing\n\nThis project uses [Changesets](https://github.com/changesets/changesets) for version management. When contributing:\n\n1. Make your changes\n2. Run `npm run changeset` to create a changeset\n3. Commit both your changes and the changeset file\n4. Push to `main` - a version PR will be created automatically\n\nSee [`.changeset/USAGE.md`](./.changeset/USAGE.md) for detailed changeset usage instructions.\n\n## To Develop\n\n```sh\nnpm run build:watch\n```\n\nGo to `packages/example` and test out the ESLint rules\n\n## Publishing\n\nPackages are automatically published to both npmjs.com and GitHub Packages when changeset version PRs are merged. See [`.github/PUBLISH_WORKFLOW.md`](./.github/PUBLISH_WORKFLOW.md) for details.\n\n## Additional Configurations Recommended\n\n### [`@typescript-eslint/strict-boolean-expressions`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/strict-boolean-expressions.md)\n\n\u003e NOTE: (stan@taskade.com) This rule might also cause performance issue in large project.\n\nNot on by default due to additional configuration (`parserOptions.project`) needed.\n\n### [`@typescript-eslint/no-floating-promises`](https://typescript-eslint.io/rules/no-floating-promises/)\n\nRequires promises to be handled properly (awaited, returned, or explicitly handled). Not on by default due to additional configuration (`parserOptions.project`) needed.\n\n```json\n{\n  \"rules\": {\n    \"@typescript-eslint/strict-boolean-expressions\": \"error\",\n    \"@typescript-eslint/no-floating-promises\": \"error\"\n  },\n  \"parserOptions\": {\n    \"project\": \"tsconfig.json\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskade%2Feslint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskade%2Feslint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskade%2Feslint/lists"}