{
  "manifest": {
    "name": "eslint-plugin-testing-library",
    "version": "5.11.1",
    "description": "ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library",
    "keywords": [
      "eslint",
      "eslintplugin",
      "eslint-plugin",
      "lint",
      "testing-library",
      "testing"
    ],
    "homepage": "https://github.com/testing-library/eslint-plugin-testing-library",
    "bugs": {
      "url": "https://github.com/testing-library/eslint-plugin-testing-library/issues"
    },
    "repository": {
      "type": "git",
      "url": "https://github.com/testing-library/eslint-plugin-testing-library"
    },
    "license": "MIT",
    "author": {
      "name": "Mario Beltrán Alarcón",
      "email": "me@mario.dev",
      "url": "https://mario.dev/"
    },
    "main": "index.js",
    "scripts": {
      "prebuild": "del-cli dist",
      "build": "tsc",
      "postbuild": "cpy README.md ./dist && cpy package.json ./dist && cpy LICENSE ./dist",
      "generate-all": "run-p \"generate:*\"",
      "generate:configs": "ts-node tools/generate-configs",
      "generate:rules-doc": "npm run build && npm run rule-doc-generator",
      "format": "npm run prettier-base -- --write",
      "format:check": "npm run prettier-base -- --check",
      "lint": "eslint . --max-warnings 0 --ext .js,.ts",
      "lint:fix": "npm run lint -- --fix",
      "prepare": "is-ci || husky install",
      "prettier-base": "prettier . --ignore-unknown --cache --loglevel warn",
      "rule-doc-generator": "eslint-doc-generator --path-rule-list \"../README.md\" --path-rule-doc \"../docs/rules/{name}.md\" --url-rule-doc \"docs/rules/{name}.md\" dist/",
      "semantic-release": "semantic-release",
      "test": "jest",
      "test:ci": "jest --ci --coverage",
      "test:watch": "npm run test -- --watch",
      "type-check": "tsc --noEmit"
    },
    "dependencies": {
      "@typescript-eslint/utils": "^5.58.0"
    },
    "devDependencies": {
      "@babel/core": "^7.21.4",
      "@babel/eslint-parser": "^7.21.3",
      "@babel/eslint-plugin": "^7.19.1",
      "@commitlint/cli": "^17.5.1",
      "@commitlint/config-conventional": "^17.4.4",
      "@types/jest": "^27.5.2",
      "@types/node": "^16.18.23",
      "@typescript-eslint/eslint-plugin": "^5.58.0",
      "@typescript-eslint/parser": "^5.58.0",
      "cpy-cli": "^4.2.0",
      "del-cli": "^5.0.0",
      "eslint": "^8.38.0",
      "eslint-config-kentcdodds": "^20.5.0",
      "eslint-config-prettier": "^8.8.0",
      "eslint-doc-generator": "^1.4.3",
      "eslint-plugin-import": "^2.27.5",
      "eslint-plugin-jest": "^27.2.1",
      "eslint-plugin-jest-formatting": "^3.1.0",
      "eslint-plugin-node": "^11.1.0",
      "eslint-plugin-prettier": "^4.2.1",
      "eslint-plugin-promise": "^6.1.1",
      "eslint-remote-tester": "^3.0.0",
      "eslint-remote-tester-repositories": "^1.0.1",
      "husky": "^8.0.3",
      "is-ci": "^3.0.1",
      "jest": "^28.1.3",
      "lint-staged": "^13.2.1",
      "npm-run-all": "^4.1.5",
      "prettier": "2.8.7",
      "semantic-release": "^19.0.5",
      "ts-jest": "^28.0.8",
      "ts-node": "^10.9.1",
      "typescript": "^4.9.5"
    },
    "peerDependencies": {
      "eslint": "^7.5.0 || ^8.0.0"
    },
    "engines": {
      "node": "^12.22.0 || ^14.17.0 || >=16.0.0",
      "npm": ">=6"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-eslint-plugin-testing-library-5.11.1-5b46cdae96d4a78918711c0b4792f90088e62d20-integrity/node_modules/eslint-plugin-testing-library/package.json",
    "readmeFilename": "README.md",
    "readme": "<div align=\"center\">\n  <a href=\"https://eslint.org/\">\n    <img width=\"150\" height=\"150\" src=\"https://raw.githubusercontent.com/eslint/eslint/main/docs/src/static/favicon.png\">\n  </a>\n  <a href=\"https://testing-library.com/\">\n    <img width=\"150\" height=\"150\" src=\"https://raw.githubusercontent.com/testing-library/dom-testing-library/master/other/octopus.png\">\n  </a>\n  <h1>eslint-plugin-testing-library</h1>\n  <p>ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library</p>\n</div>\n\n---\n\n[![Build status][build-badge]][build-url]\n[![Package version][version-badge]][version-url]\n[![eslint-remote-tester][eslint-remote-tester-badge]][eslint-remote-tester-workflow]\n[![eslint-plugin-testing-library][package-health-badge]][package-health-url]\n[![MIT License][license-badge]][license-url]\n<br />\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)\n[![PRs Welcome][pr-badge]][pr-url]\n[![All Contributors][all-contributors-badge]](#contributors-)\n<br />\n[![Watch on Github][gh-watchers-badge]][gh-watchers-url]\n[![Star on Github][gh-stars-badge]][gh-stars-url]\n[![Tweet][tweet-badge]][tweet-url]\n\n## Installation\n\nYou'll first need to install [ESLint](https://eslint.org):\n\n```shell\n$ npm install --save-dev eslint\n# or\n$ yarn add --dev eslint\n```\n\nNext, install `eslint-plugin-testing-library`:\n\n```shell\n$ npm install --save-dev eslint-plugin-testing-library\n# or\n$ yarn add --dev eslint-plugin-testing-library\n```\n\n**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-plugin-testing-library` globally.\n\n## Migrating\n\nYou can find detailed guides for migrating `eslint-plugin-testing-library` in the [migration guide docs](docs/migration-guides):\n\n- [Migrate guide for v4](docs/migration-guides/v4.md)\n- [Migrate guide for v5](docs/migration-guides/v5.md)\n\n## Usage\n\nAdd `testing-library` to the plugins section of your `.eslintrc.js` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```js\nmodule.exports = {\n\tplugins: ['testing-library'],\n};\n```\n\nThen configure the rules you want to use within `rules` property of your `.eslintrc`:\n\n```js\nmodule.exports = {\n\trules: {\n\t\t'testing-library/await-async-query': 'error',\n\t\t'testing-library/no-await-sync-query': 'error',\n\t\t'testing-library/no-debugging-utils': 'warn',\n\t\t'testing-library/no-dom-import': 'off',\n\t},\n};\n```\n\n### Run the plugin only against test files\n\nWith the default setup mentioned before, `eslint-plugin-testing-library` will be run against your whole codebase. If you want to run this plugin only against your tests files, you have the following options:\n\n#### ESLint `overrides`\n\nOne way of restricting ESLint config by file patterns is by using [ESLint `overrides`](https://eslint.org/docs/user-guide/configuring/configuration-files#configuration-based-on-glob-patterns).\n\nAssuming you are using the same pattern for your test files as [Jest by default](https://jestjs.io/docs/configuration#testmatch-arraystring), the following config would run `eslint-plugin-testing-library` only against your test files:\n\n```js\n// .eslintrc.js\nmodule.exports = {\n\t// 1) Here we have our usual config which applies to the whole project, so we don't put testing-library preset here.\n\textends: ['airbnb', 'plugin:prettier/recommended'],\n\n\t// 2) We load other plugins than eslint-plugin-testing-library globally if we want to.\n\tplugins: ['react-hooks'],\n\n\toverrides: [\n\t\t{\n\t\t\t// 3) Now we enable eslint-plugin-testing-library rules or preset only for matching testing files!\n\t\t\tfiles: ['**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[jt]s?(x)'],\n\t\t\textends: ['plugin:testing-library/react'],\n\t\t},\n\t],\n};\n```\n\n#### ESLint Cascading and Hierarchy\n\nAnother approach for customizing ESLint config by paths is through [ESLint Cascading and Hierarchy](https://eslint.org/docs/user-guide/configuring/configuration-files#cascading-and-hierarchy). This is useful if all your tests are placed under the same folder, so you can place there another `.eslintrc` where you enable `eslint-plugin-testing-library` for applying it only to the files under such folder, rather than enabling it on your global `.eslintrc` which would apply to your whole project.\n\n## Shareable configurations\n\nThis plugin exports several recommended configurations that enforce good practices for specific Testing Library packages.\nYou can find more info about enabled rules in the [Supported Rules section](#supported-rules), under the `Configurations` column.\n\nSince each one of these configurations is aimed at a particular Testing Library package, they are not extendable between them, so you should use only one of them at once per `.eslintrc` file. For example, if you want to enable recommended configuration for React, you don't need to combine it somehow with DOM one:\n\n```js\n// ❌ Don't do this\nmodule.exports = {\n\textends: ['plugin:testing-library/dom', 'plugin:testing-library/react'],\n};\n```\n\n```js\n// ✅ Just do this instead\nmodule.exports = {\n\textends: ['plugin:testing-library/react'],\n};\n```\n\n### DOM Testing Library\n\nEnforces recommended rules for DOM Testing Library.\n\nTo enable this configuration use the `extends` property in your\n`.eslintrc.js` config file:\n\n```js\nmodule.exports = {\n\textends: ['plugin:testing-library/dom'],\n};\n```\n\n### Angular\n\nEnforces recommended rules for Angular Testing Library.\n\nTo enable this configuration use the `extends` property in your\n`.eslintrc.js` config file:\n\n```js\nmodule.exports = {\n\textends: ['plugin:testing-library/angular'],\n};\n```\n\n### React\n\nEnforces recommended rules for React Testing Library.\n\nTo enable this configuration use the `extends` property in your\n`.eslintrc.js` config file:\n\n```js\nmodule.exports = {\n\textends: ['plugin:testing-library/react'],\n};\n```\n\n### Vue\n\nEnforces recommended rules for Vue Testing Library.\n\nTo enable this configuration use the `extends` property in your\n`.eslintrc.js` config file:\n\n```js\nmodule.exports = {\n\textends: ['plugin:testing-library/vue'],\n};\n```\n\n### Marko\n\nEnforces recommended rules for Marko Testing Library.\n\nTo enable this configuration use the `extends` property in your\n`.eslintrc.js` config file:\n\n```js\nmodule.exports = {\n\textends: ['plugin:testing-library/marko'],\n};\n```\n\n## Supported Rules\n\n> Remember that all rules from this plugin are prefixed by `\"testing-library/\"`\n\n<!-- begin auto-generated rules list -->\n\n💼 Configurations enabled in.\\\n🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\n\n| Name                                                                             | Description                                                                                  | 💼                                                                                 | 🔧  |\n| :------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------- | :-- |\n| [await-async-query](docs/rules/await-async-query.md)                             | Enforce promises from async queries to be handled                                            | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [await-async-utils](docs/rules/await-async-utils.md)                             | Enforce promises from async utils to be awaited properly                                     | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [await-fire-event](docs/rules/await-fire-event.md)                               | Enforce promises from `fireEvent` methods to be handled                                      | ![badge-marko][] ![badge-vue][]                                                    |     |\n| [consistent-data-testid](docs/rules/consistent-data-testid.md)                   | Ensures consistent usage of `data-testid`                                                    |                                                                                    |     |\n| [no-await-sync-events](docs/rules/no-await-sync-events.md)                       | Disallow unnecessary `await` for sync events                                                 |                                                                                    |     |\n| [no-await-sync-query](docs/rules/no-await-sync-query.md)                         | Disallow unnecessary `await` for sync queries                                                | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [no-container](docs/rules/no-container.md)                                       | Disallow the use of `container` methods                                                      | ![badge-angular][] ![badge-marko][] ![badge-react][] ![badge-vue][]                |     |\n| [no-debugging-utils](docs/rules/no-debugging-utils.md)                           | Disallow the use of debugging utilities like `debug`                                         | ![badge-angular][] ![badge-marko][] ![badge-react][] ![badge-vue][]                |     |\n| [no-dom-import](docs/rules/no-dom-import.md)                                     | Disallow importing from DOM Testing Library                                                  | ![badge-angular][] ![badge-marko][] ![badge-react][] ![badge-vue][]                | 🔧  |\n| [no-global-regexp-flag-in-query](docs/rules/no-global-regexp-flag-in-query.md)   | Disallow the use of the global RegExp flag (/g) in queries                                   |                                                                                    | 🔧  |\n| [no-manual-cleanup](docs/rules/no-manual-cleanup.md)                             | Disallow the use of `cleanup`                                                                |                                                                                    |     |\n| [no-node-access](docs/rules/no-node-access.md)                                   | Disallow direct Node access                                                                  | ![badge-angular][] ![badge-marko][] ![badge-react][] ![badge-vue][]                |     |\n| [no-promise-in-fire-event](docs/rules/no-promise-in-fire-event.md)               | Disallow the use of promises passed to a `fireEvent` method                                  | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [no-render-in-setup](docs/rules/no-render-in-setup.md)                           | Disallow the use of `render` in testing frameworks setup functions                           | ![badge-angular][] ![badge-marko][] ![badge-react][] ![badge-vue][]                |     |\n| [no-unnecessary-act](docs/rules/no-unnecessary-act.md)                           | Disallow wrapping Testing Library utils or empty callbacks in `act`                          | ![badge-marko][] ![badge-react][]                                                  |     |\n| [no-wait-for-empty-callback](docs/rules/no-wait-for-empty-callback.md)           | Disallow empty callbacks for `waitFor` and `waitForElementToBeRemoved`                       | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [no-wait-for-multiple-assertions](docs/rules/no-wait-for-multiple-assertions.md) | Disallow the use of multiple `expect` calls inside `waitFor`                                 | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [no-wait-for-side-effects](docs/rules/no-wait-for-side-effects.md)               | Disallow the use of side effects in `waitFor`                                                | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [no-wait-for-snapshot](docs/rules/no-wait-for-snapshot.md)                       | Ensures no snapshot is generated inside of a `waitFor` call                                  | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [prefer-explicit-assert](docs/rules/prefer-explicit-assert.md)                   | Suggest using explicit assertions rather than standalone queries                             |                                                                                    |     |\n| [prefer-find-by](docs/rules/prefer-find-by.md)                                   | Suggest using `find(All)By*` query instead of `waitFor` + `get(All)By*` to wait for elements | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] | 🔧  |\n| [prefer-presence-queries](docs/rules/prefer-presence-queries.md)                 | Ensure appropriate `get*`/`query*` queries are used with their respective matchers           | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [prefer-query-by-disappearance](docs/rules/prefer-query-by-disappearance.md)     | Suggest using `queryBy*` queries when waiting for disappearance                              | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [prefer-query-matchers](docs/rules/prefer-query-matchers.md)                     | Ensure the configured `get*`/`query*` query is used with the corresponding matchers          |                                                                                    |     |\n| [prefer-screen-queries](docs/rules/prefer-screen-queries.md)                     | Suggest using `screen` while querying                                                        | ![badge-angular][] ![badge-dom][] ![badge-marko][] ![badge-react][] ![badge-vue][] |     |\n| [prefer-user-event](docs/rules/prefer-user-event.md)                             | Suggest using `userEvent` over `fireEvent` for simulating user interactions                  |                                                                                    |     |\n| [prefer-wait-for](docs/rules/prefer-wait-for.md)                                 | Use `waitFor` instead of deprecated wait methods                                             |                                                                                    | 🔧  |\n| [render-result-naming-convention](docs/rules/render-result-naming-convention.md) | Enforce a valid naming for return value from `render`                                        | ![badge-angular][] ![badge-marko][] ![badge-react][] ![badge-vue][]                |     |\n\n<!-- end auto-generated rules list -->\n\n## Aggressive Reporting\n\nIn v4 this plugin introduced a new feature called \"Aggressive Reporting\", which intends to detect Testing Library utils usages even if they don't come directly from a Testing Library package (i.e. [using a custom utility file to re-export everything from Testing Library](https://testing-library.com/docs/react-testing-library/setup/#custom-render)). You can [read more about this feature here](docs/migration-guides/v4.md#aggressive-reporting).\n\nIf you are looking to restricting or switching off this feature, please refer to the [Shared Settings section](#shared-settings) to do so.\n\n## Shared Settings\n\nThere are some configuration options available that will be shared across all the plugin rules. This is achieved using [ESLint Shared Settings](https://eslint.org/docs/user-guide/configuring/configuration-files#adding-shared-settings). These Shared Settings are meant to be used if you need to restrict or switch off the Aggressive Reporting, which is an out of the box advanced feature to lint Testing Library usages in a simpler way for most of the users. **So please before configuring any of these settings**, read more about [the advantages of `eslint-plugin-testing-library` Aggressive Reporting feature](docs/migration-guides/v4.md#aggressive-reporting), and [how it's affected by these settings](docs/migration-guides/v4.md#shared-settings).\n\nIf you are sure about configuring the settings, these are the options available:\n\n### `testing-library/utils-module`\n\nThe name of your custom utility file from where you re-export everything from the Testing Library package, or `\"off\"` to switch related Aggressive Reporting mechanism off. Relates to [Aggressive Imports Reporting](docs/migration-guides/v4.md#imports).\n\n```js\n// .eslintrc.js\nmodule.exports = {\n\tsettings: {\n\t\t'testing-library/utils-module': 'my-custom-test-utility-file',\n\t},\n};\n```\n\n[You can find more details about the `utils-module` setting here](docs/migration-guides/v4.md#testing-libraryutils-module).\n\n### `testing-library/custom-renders`\n\nA list of function names that are valid as Testing Library custom renders, or `\"off\"` to switch related Aggressive Reporting mechanism off. Relates to [Aggressive Renders Reporting](docs/migration-guides/v4.md#renders).\n\n```js\n// .eslintrc.js\nmodule.exports = {\n\tsettings: {\n\t\t'testing-library/custom-renders': ['display', 'renderWithProviders'],\n\t},\n};\n```\n\n[You can find more details about the `custom-renders` setting here](docs/migration-guides/v4.md#testing-librarycustom-renders).\n\n### `testing-library/custom-queries`\n\nA list of query names/patterns that are valid as Testing Library custom queries, or `\"off\"` to switch related Aggressive Reporting mechanism off. Relates to [Aggressive Reporting - Queries](docs/migration-guides/v4.md#queries)\n\n```js\n// .eslintrc.js\nmodule.exports = {\n\tsettings: {\n\t\t'testing-library/custom-queries': ['ByIcon', 'getByComplexText'],\n\t},\n};\n```\n\n[You can find more details about the `custom-queries` setting here](docs/migration-guides/v4.md#testing-librarycustom-queries).\n\n### Switching all Aggressive Reporting mechanisms off\n\nSince each Shared Setting is related to one Aggressive Reporting mechanism, and they accept `\"off\"` to opt out of that mechanism, you can switch the entire feature off by doing:\n\n```js\n// .eslintrc.js\nmodule.exports = {\n\tsettings: {\n\t\t'testing-library/utils-module': 'off',\n\t\t'testing-library/custom-renders': 'off',\n\t\t'testing-library/custom-queries': 'off',\n\t},\n};\n```\n\n## Troubleshooting\n\n### Errors reported in non-testing files\n\nIf you find ESLint errors related to `eslint-plugin-testing-library` in files other than testing, this could be caused by [Aggressive Reporting](#aggressive-reporting).\n\nYou can avoid this by:\n\n1. [running `eslint-plugin-testing-library` only against testing files](#run-the-plugin-only-against-test-files)\n2. [limiting the scope of Aggressive Reporting through Shared Settings](#shared-settings)\n3. [switching Aggressive Reporting feature off](#switching-all-aggressive-reporting-mechanisms-off)\n\nIf you think the error you are getting is not related to this at all, please [fill a new issue](https://github.com/testing-library/eslint-plugin-testing-library/issues/new/choose) with as many details as possible.\n\n### False positives in testing files\n\nIf you are getting false positive ESLint errors in your testing files, this could be caused by [Aggressive Reporting](#aggressive-reporting).\n\nYou can avoid this by:\n\n1. [limiting the scope of Aggressive Reporting through Shared Settings](#shared-settings)\n2. [switching Aggressive Reporting feature off](#switching-all-aggressive-reporting-mechanisms-off)\n\nIf you think the error you are getting is not related to this at all, please [fill a new issue](https://github.com/testing-library/eslint-plugin-testing-library/issues/new/choose) with as many details as possible.\n\n## Other documentation\n\n- [Semantic Versioning Policy](/docs/semantic-versioning-policy.md)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://mario.dev\"><img src=\"https://avatars1.githubusercontent.com/u/2677072?v=4?s=100\" width=\"100px;\" alt=\"Mario Beltrán Alarcón\"/><br /><sub><b>Mario Beltrán Alarcón</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Belco90\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Belco90\" title=\"Documentation\">📖</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/pulls?q=is%3Apr+reviewed-by%3ABelco90\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Belco90\" title=\"Tests\">⚠️</a> <a href=\"#infra-Belco90\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">🚇</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3ABelco90\" title=\"Bug reports\">🐛</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://thomlom.dev\"><img src=\"https://avatars3.githubusercontent.com/u/16003285?v=4?s=100\" width=\"100px;\" alt=\"Thomas Lombart\"/><br /><sub><b>Thomas Lombart</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=thomlom\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=thomlom\" title=\"Documentation\">📖</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/pulls?q=is%3Apr+reviewed-by%3Athomlom\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=thomlom\" title=\"Tests\">⚠️</a> <a href=\"#infra-thomlom\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">🚇</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/benmonro\"><img src=\"https://avatars3.githubusercontent.com/u/399236?v=4?s=100\" width=\"100px;\" alt=\"Ben Monro\"/><br /><sub><b>Ben Monro</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=benmonro\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=benmonro\" title=\"Documentation\">📖</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=benmonro\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://emmenko.org/\"><img src=\"https://avatars2.githubusercontent.com/u/1110551?v=4?s=100\" width=\"100px;\" alt=\"Nicola Molinari\"/><br /><sub><b>Nicola Molinari</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=emmenko\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=emmenko\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=emmenko\" title=\"Documentation\">📖</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/pulls?q=is%3Apr+reviewed-by%3Aemmenko\" title=\"Reviewed Pull Requests\">👀</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://aarongarciah.com\"><img src=\"https://avatars0.githubusercontent.com/u/7225802?v=4?s=100\" width=\"100px;\" alt=\"Aarón García Hervás\"/><br /><sub><b>Aarón García Hervás</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=aarongarciah\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.matej.snuderl.si/\"><img src=\"https://avatars3.githubusercontent.com/u/8524109?v=4?s=100\" width=\"100px;\" alt=\"Matej Šnuderl\"/><br /><sub><b>Matej Šnuderl</b></sub></a><br /><a href=\"#ideas-Meemaw\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Meemaw\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://afontcu.dev\"><img src=\"https://avatars0.githubusercontent.com/u/9197791?v=4?s=100\" width=\"100px;\" alt=\"Adrià Fontcuberta\"/><br /><sub><b>Adrià Fontcuberta</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=afontcu\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=afontcu\" title=\"Tests\">⚠️</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jonaldinger\"><img src=\"https://avatars1.githubusercontent.com/u/663362?v=4?s=100\" width=\"100px;\" alt=\"Jon Aldinger\"/><br /><sub><b>Jon Aldinger</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=jonaldinger\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.thomasknickman.com\"><img src=\"https://avatars1.githubusercontent.com/u/2933988?v=4?s=100\" width=\"100px;\" alt=\"Thomas Knickman\"/><br /><sub><b>Thomas Knickman</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=tknickman\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=tknickman\" title=\"Documentation\">📖</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=tknickman\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://exercism.io/profiles/wolverineks/619ce225090a43cb891d2edcbbf50401\"><img src=\"https://avatars2.githubusercontent.com/u/8462274?v=4?s=100\" width=\"100px;\" alt=\"Kevin Sullivan\"/><br /><sub><b>Kevin Sullivan</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=wolverineks\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kubajastrz.com\"><img src=\"https://avatars0.githubusercontent.com/u/6443113?v=4?s=100\" width=\"100px;\" alt=\"Jakub Jastrzębski\"/><br /><sub><b>Jakub Jastrzębski</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=KubaJastrz\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=KubaJastrz\" title=\"Documentation\">📖</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=KubaJastrz\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://arvigeus.github.com\"><img src=\"https://avatars2.githubusercontent.com/u/4872470?v=4?s=100\" width=\"100px;\" alt=\"Nikolay Stoynov\"/><br /><sub><b>Nikolay Stoynov</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=arvigeus\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://marudor.de\"><img src=\"https://avatars0.githubusercontent.com/u/1881725?v=4?s=100\" width=\"100px;\" alt=\"marudor\"/><br /><sub><b>marudor</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=marudor\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=marudor\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://timdeschryver.dev\"><img src=\"https://avatars1.githubusercontent.com/u/28659384?v=4?s=100\" width=\"100px;\" alt=\"Tim Deschryver\"/><br /><sub><b>Tim Deschryver</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=timdeschryver\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=timdeschryver\" title=\"Documentation\">📖</a> <a href=\"#ideas-timdeschryver\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/pulls?q=is%3Apr+reviewed-by%3Atimdeschryver\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=timdeschryver\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Atimdeschryver\" title=\"Bug reports\">🐛</a> <a href=\"#infra-timdeschryver\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">🚇</a> <a href=\"#platform-timdeschryver\" title=\"Packaging/porting to new platform\">📦</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://tdeekens.name\"><img src=\"https://avatars3.githubusercontent.com/u/1877073?v=4?s=100\" width=\"100px;\" alt=\"Tobias Deekens\"/><br /><sub><b>Tobias Deekens</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Atdeekens\" title=\"Bug reports\">🐛</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/victorandcode\"><img src=\"https://avatars0.githubusercontent.com/u/18427801?v=4?s=100\" width=\"100px;\" alt=\"Victor Cordova\"/><br /><sub><b>Victor Cordova</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=victorandcode\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=victorandcode\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Avictorandcode\" title=\"Bug reports\">🐛</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dmitry-lobanov\"><img src=\"https://avatars0.githubusercontent.com/u/7376755?v=4?s=100\" width=\"100px;\" alt=\"Dmitry Lobanov\"/><br /><sub><b>Dmitry Lobanov</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=dmitry-lobanov\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=dmitry-lobanov\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kentcdodds.com\"><img src=\"https://avatars0.githubusercontent.com/u/1500684?v=4?s=100\" width=\"100px;\" alt=\"Kent C. Dodds\"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Akentcdodds\" title=\"Bug reports\">🐛</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gndelia\"><img src=\"https://avatars1.githubusercontent.com/u/352474?v=4?s=100\" width=\"100px;\" alt=\"Gonzalo D'Elia\"/><br /><sub><b>Gonzalo D'Elia</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=gndelia\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=gndelia\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=gndelia\" title=\"Documentation\">📖</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/pulls?q=is%3Apr+reviewed-by%3Agndelia\" title=\"Reviewed Pull Requests\">👀</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmcriffey\"><img src=\"https://avatars0.githubusercontent.com/u/2831294?v=4?s=100\" width=\"100px;\" alt=\"Jeff Rifwald\"/><br /><sub><b>Jeff Rifwald</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=jmcriffey\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.lourenci.com/\"><img src=\"https://avatars3.githubusercontent.com/u/2339362?v=4?s=100\" width=\"100px;\" alt=\"Leandro Lourenci\"/><br /><sub><b>Leandro Lourenci</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Alourenci\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=lourenci\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=lourenci\" title=\"Tests\">⚠️</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://xxxl.digital/\"><img src=\"https://avatars2.githubusercontent.com/u/42043025?v=4?s=100\" width=\"100px;\" alt=\"Miguel Erja González\"/><br /><sub><b>Miguel Erja González</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Amiguelerja\" title=\"Bug reports\">🐛</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://pustovalov.dev\"><img src=\"https://avatars2.githubusercontent.com/u/1568885?v=4?s=100\" width=\"100px;\" alt=\"Pavel Pustovalov\"/><br /><sub><b>Pavel Pustovalov</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Apustovalov\" title=\"Bug reports\">🐛</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jrparish\"><img src=\"https://avatars3.githubusercontent.com/u/5173987?v=4?s=100\" width=\"100px;\" alt=\"Jacob Parish\"/><br /><sub><b>Jacob Parish</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Ajrparish\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=jrparish\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=jrparish\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://nickmccurdy.com/\"><img src=\"https://avatars0.githubusercontent.com/u/927220?v=4?s=100\" width=\"100px;\" alt=\"Nick McCurdy\"/><br /><sub><b>Nick McCurdy</b></sub></a><br /><a href=\"#ideas-nickmccurdy\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=nickmccurdy\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/pulls?q=is%3Apr+reviewed-by%3Anickmccurdy\" title=\"Reviewed Pull Requests\">👀</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://stefancameron.com/\"><img src=\"https://avatars3.githubusercontent.com/u/2855350?v=4?s=100\" width=\"100px;\" alt=\"Stefan Cameron\"/><br /><sub><b>Stefan Cameron</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Astefcameron\" title=\"Bug reports\">🐛</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/mateusfelix/\"><img src=\"https://avatars2.githubusercontent.com/u/4968788?v=4?s=100\" width=\"100px;\" alt=\"Mateus Felix\"/><br /><sub><b>Mateus Felix</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=thebinaryfelix\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=thebinaryfelix\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=thebinaryfelix\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/renatoagds\"><img src=\"https://avatars2.githubusercontent.com/u/1663717?v=4?s=100\" width=\"100px;\" alt=\"Renato Augusto Gama dos Santos\"/><br /><sub><b>Renato Augusto Gama dos Santos</b></sub></a><br /><a href=\"#ideas-renatoagds\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=renatoagds\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=renatoagds\" title=\"Documentation\">📖</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=renatoagds\" title=\"Tests\">⚠️</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/codecog\"><img src=\"https://avatars0.githubusercontent.com/u/5106076?v=4?s=100\" width=\"100px;\" alt=\"Josh Kelly\"/><br /><sub><b>Josh Kelly</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=codecog\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://aless.co\"><img src=\"https://avatars0.githubusercontent.com/u/5139846?v=4?s=100\" width=\"100px;\" alt=\"Alessia Bellisario\"/><br /><sub><b>Alessia Bellisario</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=alessbell\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=alessbell\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=alessbell\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://skovy.dev\"><img src=\"https://avatars1.githubusercontent.com/u/5247455?v=4?s=100\" width=\"100px;\" alt=\"Spencer Miskoviak\"/><br /><sub><b>Spencer Miskoviak</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=skovy\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=skovy\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=skovy\" title=\"Documentation\">📖</a> <a href=\"#ideas-skovy\" title=\"Ideas, Planning, & Feedback\">🤔</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://twitter.com/Gpx\"><img src=\"https://avatars0.githubusercontent.com/u/767959?v=4?s=100\" width=\"100px;\" alt=\"Giorgio Polvara\"/><br /><sub><b>Giorgio Polvara</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Gpx\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Gpx\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Gpx\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jdanil\"><img src=\"https://avatars0.githubusercontent.com/u/8342105?v=4?s=100\" width=\"100px;\" alt=\"Josh David\"/><br /><sub><b>Josh David</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=jdanil\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://michaeldeboey.be\"><img src=\"https://avatars3.githubusercontent.com/u/6643991?v=4?s=100\" width=\"100px;\" alt=\"Michaël De Boey\"/><br /><sub><b>Michaël De Boey</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=MichaelDeBoey\" title=\"Code\">💻</a> <a href=\"#platform-MichaelDeBoey\" title=\"Packaging/porting to new platform\">📦</a> <a href=\"#maintenance-MichaelDeBoey\" title=\"Maintenance\">🚧</a> <a href=\"#infra-MichaelDeBoey\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">🚇</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/pulls?q=is%3Apr+reviewed-by%3AMichaelDeBoey\" title=\"Reviewed Pull Requests\">👀</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/J-Huang\"><img src=\"https://avatars0.githubusercontent.com/u/4263459?v=4?s=100\" width=\"100px;\" alt=\"Jian Huang\"/><br /><sub><b>Jian Huang</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=J-Huang\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=J-Huang\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=J-Huang\" title=\"Documentation\">📖</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ph-fritsche\"><img src=\"https://avatars.githubusercontent.com/u/39068198?v=4?s=100\" width=\"100px;\" alt=\"Philipp Fritsche\"/><br /><sub><b>Philipp Fritsche</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=ph-fritsche\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://zaicevas.me\"><img src=\"https://avatars.githubusercontent.com/u/34719980?v=4?s=100\" width=\"100px;\" alt=\"Tomas Zaicevas\"/><br /><sub><b>Tomas Zaicevas</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Azaicevas\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=zaicevas\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=zaicevas\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=zaicevas\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/G-Rath\"><img src=\"https://avatars.githubusercontent.com/u/3151613?v=4?s=100\" width=\"100px;\" alt=\"Gareth Jones\"/><br /><sub><b>Gareth Jones</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=G-Rath\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=G-Rath\" title=\"Documentation\">📖</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=G-Rath\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/HonkingGoose\"><img src=\"https://avatars.githubusercontent.com/u/34918129?v=4?s=100\" width=\"100px;\" alt=\"HonkingGoose\"/><br /><sub><b>HonkingGoose</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=HonkingGoose\" title=\"Documentation\">📖</a> <a href=\"#maintenance-HonkingGoose\" title=\"Maintenance\">🚧</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://everlong.org/\"><img src=\"https://avatars.githubusercontent.com/u/454175?v=4?s=100\" width=\"100px;\" alt=\"Julien Wajsberg\"/><br /><sub><b>Julien Wajsberg</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Ajulienw\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=julienw\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=julienw\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/maratdyatko/\"><img src=\"https://avatars.githubusercontent.com/u/31615495?v=4?s=100\" width=\"100px;\" alt=\"Marat Dyatko\"/><br /><sub><b>Marat Dyatko</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3Adyatko\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=dyatko\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/DaJoTo\"><img src=\"https://avatars.githubusercontent.com/u/28302401?v=4?s=100\" width=\"100px;\" alt=\"David Tolman\"/><br /><sub><b>David Tolman</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/issues?q=author%3ADaJoTo\" title=\"Bug reports\">🐛</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://codepen.io/ariperkkio/\"><img src=\"https://avatars.githubusercontent.com/u/14806298?v=4?s=100\" width=\"100px;\" alt=\"Ari Perkkiö\"/><br /><sub><b>Ari Perkkiö</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=AriPerkkio\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://diegocasmo.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/4553097?v=4?s=100\" width=\"100px;\" alt=\"Diego Castillo\"/><br /><sub><b>Diego Castillo</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=diegocasmo\" title=\"Code\">💻</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://bpinto.github.com\"><img src=\"https://avatars.githubusercontent.com/u/526122?v=4?s=100\" width=\"100px;\" alt=\"Bruno Pinto\"/><br /><sub><b>Bruno Pinto</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=bpinto\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=bpinto\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/themagickoala\"><img src=\"https://avatars.githubusercontent.com/u/48416253?v=4?s=100\" width=\"100px;\" alt=\"themagickoala\"/><br /><sub><b>themagickoala</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=themagickoala\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=themagickoala\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/PrashantAshok\"><img src=\"https://avatars.githubusercontent.com/u/5200733?v=4?s=100\" width=\"100px;\" alt=\"Prashant Ashok\"/><br /><sub><b>Prashant Ashok</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=PrashantAshok\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=PrashantAshok\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/IvanAprea\"><img src=\"https://avatars.githubusercontent.com/u/54630721?v=4?s=100\" width=\"100px;\" alt=\"Ivan Aprea\"/><br /><sub><b>Ivan Aprea</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=IvanAprea\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=IvanAprea\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://semigradsky.dev/\"><img src=\"https://avatars.githubusercontent.com/u/1198848?v=4?s=100\" width=\"100px;\" alt=\"Dmitry Semigradsky\"/><br /><sub><b>Dmitry Semigradsky</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Semigradsky\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Semigradsky\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=Semigradsky\" title=\"Documentation\">📖</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/sjarva\"><img src=\"https://avatars.githubusercontent.com/u/1133238?v=4?s=100\" width=\"100px;\" alt=\"Senja\"/><br /><sub><b>Senja</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=sjarva\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=sjarva\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=sjarva\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dbrno.vercel.app\"><img src=\"https://avatars.githubusercontent.com/u/106157862?v=4?s=100\" width=\"100px;\" alt=\"Breno Cota\"/><br /><sub><b>Breno Cota</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=brenocota-hotmart\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=brenocota-hotmart\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://nickbolles.com\"><img src=\"https://avatars.githubusercontent.com/u/7891759?v=4?s=100\" width=\"100px;\" alt=\"Nick Bolles\"/><br /><sub><b>Nick Bolles</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=NickBolles\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=NickBolles\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=NickBolles\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.linkedin.com/in/bmish\"><img src=\"https://avatars.githubusercontent.com/u/698306?v=4?s=100\" width=\"100px;\" alt=\"Bryan Mishkin\"/><br /><sub><b>Bryan Mishkin</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=bmish\" title=\"Documentation\">📖</a> <a href=\"#tool-bmish\" title=\"Tools\">🔧</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/theredspoon\"><img src=\"https://avatars.githubusercontent.com/u/20975696?v=4?s=100\" width=\"100px;\" alt=\"Nim G\"/><br /><sub><b>Nim G</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=theredspoon\" title=\"Documentation\">📖</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/patriscus\"><img src=\"https://avatars.githubusercontent.com/u/23729362?v=4?s=100\" width=\"100px;\" alt=\"Patrick Ahmetovic\"/><br /><sub><b>Patrick Ahmetovic</b></sub></a><br /><a href=\"#ideas-patriscus\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=patriscus\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=patriscus\" title=\"Tests\">⚠️</a></td>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://codingitwrong.com\"><img src=\"https://avatars.githubusercontent.com/u/15832198?v=4?s=100\" width=\"100px;\" alt=\"Josh Justice\"/><br /><sub><b>Josh Justice</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=CodingItWrong\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=CodingItWrong\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=CodingItWrong\" title=\"Documentation\">📖</a> <a href=\"#ideas-CodingItWrong\" title=\"Ideas, Planning, & Feedback\">🤔</a></td>\n    </tr>\n    <tr>\n      <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dale.io\"><img src=\"https://avatars.githubusercontent.com/u/389851?v=4?s=100\" width=\"100px;\" alt=\"Dale Karp\"/><br /><sub><b>Dale Karp</b></sub></a><br /><a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=obsoke\" title=\"Code\">💻</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=obsoke\" title=\"Tests\">⚠️</a> <a href=\"https://github.com/testing-library/eslint-plugin-testing-library/commits?author=obsoke\" title=\"Documentation\">📖</a></td>\n    </tr>\n  </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n[build-badge]: https://github.com/testing-library/eslint-plugin-testing-library/actions/workflows/pipeline.yml/badge.svg\n[build-url]: https://github.com/testing-library/eslint-plugin-testing-library/actions/workflows/pipeline.yml\n[version-badge]: https://img.shields.io/npm/v/eslint-plugin-testing-library\n[version-url]: https://www.npmjs.com/package/eslint-plugin-testing-library\n[license-badge]: https://img.shields.io/npm/l/eslint-plugin-testing-library\n[eslint-remote-tester-badge]: https://img.shields.io/github/workflow/status/AriPerkkio/eslint-remote-tester/eslint-plugin-testing-library?label=eslint-remote-tester\n[eslint-remote-tester-workflow]: https://github.com/AriPerkkio/eslint-remote-tester/actions?query=workflow%3Aeslint-plugin-testing-library\n[package-health-badge]: https://snyk.io/advisor/npm-package/eslint-plugin-testing-library/badge.svg\n[package-health-url]: https://snyk.io/advisor/npm-package/eslint-plugin-testing-library\n[license-url]: https://github.com/testing-library/eslint-plugin-testing-library/blob/main/license\n[pr-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/eslint-plugin-testing-library?color=orange&style=flat-square\n[pr-url]: http://makeapullrequest.com\n[gh-watchers-badge]: https://img.shields.io/github/watchers/testing-library/eslint-plugin-testing-library?style=social\n[gh-watchers-url]: https://github.com/testing-library/eslint-plugin-testing-library/watchers\n[gh-stars-badge]: https://img.shields.io/github/stars/testing-library/eslint-plugin-testing-library?style=social\n[gh-stars-url]: https://github.com/testing-library/eslint-plugin-testing-library/stargazers\n[tweet-badge]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Ftesting-library%2Feslint-plugin-testing-library\n[tweet-url]: https://twitter.com/intent/tweet?url=https%3a%2f%2fgithub.com%2ftesting-library%2feslint-plugin-testing-library&text=check%20out%20eslint-plugin-testing-library%20by%20@belcodev\n[badge-dom]: https://img.shields.io/badge/%F0%9F%90%99-DOM-black?style=flat-square\n[badge-angular]: https://img.shields.io/badge/-Angular-black?style=flat-square&logo=angular&logoColor=white&labelColor=DD0031&color=black\n[badge-react]: https://img.shields.io/badge/-React-black?style=flat-square&logo=react&logoColor=white&labelColor=61DAFB&color=black\n[badge-vue]: https://img.shields.io/badge/-Vue-black?style=flat-square&logo=vue.js&logoColor=white&labelColor=4FC08D&color=black\n[badge-marko]: https://img.shields.io/badge/-Marko-black?style=flat-square&logo=marko&logoColor=white&labelColor=2596BE&color=black\n",
    "licenseText": "MIT License\n\nCopyright (c) 2019 Mario Beltrán Alarcón\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz#5b46cdae96d4a78918711c0b4792f90088e62d20",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.11.1.tgz",
    "hash": "5b46cdae96d4a78918711c0b4792f90088e62d20",
    "integrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==",
    "registry": "npm",
    "packageName": "eslint-plugin-testing-library",
    "cacheIntegrity": "sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw== sha1-W0bNrpbUp4kYcRwLR5L5AIjmLSA="
  },
  "registry": "npm",
  "hash": "5b46cdae96d4a78918711c0b4792f90088e62d20"
}