{"id":16453445,"url":"https://github.com/blimmer/eslint-no-floating-promises","last_synced_at":"2025-02-26T20:42:19.693Z","repository":{"id":145468957,"uuid":"301800885","full_name":"blimmer/eslint-no-floating-promises","owner":"blimmer","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-06T17:26:08.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-09T13:57:47.328Z","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/blimmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2020-10-06T17:14:25.000Z","updated_at":"2020-10-06T17:26:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ddf1fb7-6270-49f0-bb8f-319d521ba528","html_url":"https://github.com/blimmer/eslint-no-floating-promises","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimmer%2Feslint-no-floating-promises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimmer%2Feslint-no-floating-promises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimmer%2Feslint-no-floating-promises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blimmer%2Feslint-no-floating-promises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blimmer","download_url":"https://codeload.github.com/blimmer/eslint-no-floating-promises/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240934407,"owners_count":19880991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-11T10:15:38.905Z","updated_at":"2025-02-26T20:42:19.668Z","avatar_url":"https://github.com/blimmer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-no-floating-promises\n\nThis PR is a repro case for an issue opened against eslint. See [typescript-eslint issue 2640](https://github.com/typescript-eslint/typescript-eslint/issues/2640).\n\n## Instructions\n\n1. Run `npm ci`\n\n1. Run `npm run lint` to see the exceptions.\n\n## Example Code\n\nThe example is located at [src/example.ts](/blob/main/src/example.ts)\n\n## Lint Errors\n\nHere are the lint errors, in case you don't want to pull down the repo:\n\n```console\nsrc/example.ts\n  10:1  error  Promises must be handled appropriately or explicitly marked as ignored with the `void` operator  @typescript-eslint/no-floating-promises\n  15:3  error  Promises must be handled appropriately or explicitly marked as ignored with the `void` operator  @typescript-eslint/no-floating-promises\n  16:3  error  Promises must be handled appropriately or explicitly marked as ignored with the `void` operator  @typescript-eslint/no-floating-promises\n  24:3  error  Promises must be handled appropriately or explicitly marked as ignored with the `void` operator  @typescript-eslint/no-floating-promises\n  26:3  error  Promises must be handled appropriately or explicitly marked as ignored with the `void` operator  @typescript-eslint/no-floating-promises\n  29:1  error  Promises must be handled appropriately or explicitly marked as ignored with the `void` operator  @typescript-eslint/no-floating-promises\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblimmer%2Feslint-no-floating-promises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblimmer%2Feslint-no-floating-promises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblimmer%2Feslint-no-floating-promises/lists"}