{"id":15762478,"url":"https://github.com/mangs/eslint-plugin-jest-async","last_synced_at":"2025-03-31T09:41:51.193Z","repository":{"id":103487050,"uuid":"82606087","full_name":"mangs/eslint-plugin-jest-async","owner":"mangs","description":"ESLint plugin to detect improper Jest test assertions for asynchronous (Promise-based) actions","archived":false,"fork":false,"pushed_at":"2017-02-21T22:06:01.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T11:35:49.587Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mangs.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-20T21:47:51.000Z","updated_at":"2023-07-23T21:22:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"eae7aff6-05c3-4b64-8e34-e2debaaf5c80","html_url":"https://github.com/mangs/eslint-plugin-jest-async","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"1d55de39db44b76f155b4bcefd7e5518eb51e75a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mangs%2Feslint-plugin-jest-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mangs%2Feslint-plugin-jest-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mangs%2Feslint-plugin-jest-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mangs%2Feslint-plugin-jest-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mangs","download_url":"https://codeload.github.com/mangs/eslint-plugin-jest-async/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246450425,"owners_count":20779406,"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-04T11:09:18.637Z","updated_at":"2025-03-31T09:41:51.171Z","avatar_url":"https://github.com/mangs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-jest-async\n\nESLint rules for Jest to detect improper test assertions for asynchronous (Promise-based) actions\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-jest-async`:\n\n```\n$ npm install eslint-plugin-jest-async --save-dev\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-jest-async` globally.\n\n## Usage\n\nAdd `jest-async` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"jest-async\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n    \"rules\": {\n        \"jest-async/expect-return\": \"error\"\n    }\n}\n```\n\n## Supported Rules\n\n* [jest-async/expect-return](docs/rules/expect-return.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmangs%2Feslint-plugin-jest-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmangs%2Feslint-plugin-jest-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmangs%2Feslint-plugin-jest-async/lists"}