{"id":14978255,"url":"https://github.com/matanyadaev/eslint-plugin-testing","last_synced_at":"2025-10-28T08:31:58.224Z","repository":{"id":186222546,"uuid":"674825090","full_name":"MatanYadaev/eslint-plugin-testing","owner":"MatanYadaev","description":"ESLint plugin for testing.","archived":false,"fork":false,"pushed_at":"2023-09-02T14:28:39.000Z","size":163,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T17:22:23.419Z","etag":null,"topics":["best-practices","eslint","eslint-plugin","eslint-plugin-testing","javascript","nodejs","test-best-practices","testing"],"latest_commit_sha":null,"homepage":"https://github.com/MatanYadaev/eslint-plugin-testing","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/MatanYadaev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-08-04T22:12:06.000Z","updated_at":"2023-08-22T09:29:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"4ce208e1-eab3-4bdb-a623-0d89b86e2d9e","html_url":"https://github.com/MatanYadaev/eslint-plugin-testing","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.0714285714285714,"last_synced_commit":"718e28897868afda9b9093285344503d80e724a1"},"previous_names":["matanyadaev/eslint-plugin-testing"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatanYadaev%2Feslint-plugin-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatanYadaev%2Feslint-plugin-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatanYadaev%2Feslint-plugin-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MatanYadaev%2Feslint-plugin-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MatanYadaev","download_url":"https://codeload.github.com/MatanYadaev/eslint-plugin-testing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219859904,"owners_count":16556031,"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":["best-practices","eslint","eslint-plugin","eslint-plugin-testing","javascript","nodejs","test-best-practices","testing"],"created_at":"2024-09-24T13:57:08.879Z","updated_at":"2025-10-28T08:31:57.868Z","avatar_url":"https://github.com/MatanYadaev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-testing\n\n[![npm](https://img.shields.io/npm/v/eslint-plugin-testing)](https://www.npmjs.com/package/eslint-plugin-testing)\n[![ci](https://github.com/MatanYadaev/eslint-plugin-testing/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/MatanYadaev/eslint-plugin-testing/actions/workflows/ci.yaml)\n\nESLint plugin for testing.\n\n## Installation\n\n1. First, install [ESLint](https://eslint.org/):\n\n   ```sh\n   npm install --save-dev eslint\n   ```\n\n2. Next, install `eslint-plugin-testing`:\n\n   ```sh\n   npm install --save-dev eslint-plugin-testing\n   ```\n\n## Usage\n\nAdd `testing` to the plugins section of your `.eslintrc` configuration file:\n\n```json\n{\n  \"plugins\": [\"testing\"]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n  \"rules\": {\n    \"testing/aaa-comments\": \"error\"\n  }\n}\n```\n\n### Recommended\n\nTo use the recommended configuration, extend it in your `.eslintrc` file:\n\n```json\n{\n  \"extends\": [\"plugin:testing/recommended\"]\n}\n```\n\nAll recommend rules will be set to error by default. You can however disable some rules by setting turning them `off` in your `.eslintrc` file or by setting them to `warn` in your `.eslintrc`.\n\n### All\n\nTo use the all configuration, extend it in your `.eslintrc` file:\n\n```json\n{\n  \"extends\": [\"plugin:testing/all\"]\n}\n```\n\n## Rules\n\n\u003c!-- begin auto-generated rules list --\u003e\n\n💼 Configurations enabled in.\\\n⚠️ Configurations set to warn in.\\\n🌐 Set in the `all` configuration.\\\n✅ Set in the `recommended` configuration.\n\n| Name                                       | Description          | 💼 | ⚠️ |\n| :----------------------------------------- | :------------------- | :- | :- |\n| [aaa-comments](docs/rules/aaa-comments.md) | Enforce AAA comments | ✅  | 🌐 |\n\n\u003c!-- end auto-generated rules list --\u003e\n\n## Licence\n\n[MIT](https://github.com/MatanYadaev/eslint-plugin-testing/blob/main/LICENSE)\n\nCopyright \u0026copy; 2023-present, Matan Yadaev \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatanyadaev%2Feslint-plugin-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatanyadaev%2Feslint-plugin-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatanyadaev%2Feslint-plugin-testing/lists"}