Skip to content

Commit 6868400

Browse files
docs: update supported rules badges (#328)
1 parent 2a92133 commit 6868400

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

README.md

+11-15
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,12 @@
1717
<br>
1818
[![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)
1919
[![PRs Welcome][pr-badge]][pr-url]
20-
<br>
20+
[![All Contributors][all-contributors-badge]](#contributors-)
21+
<br />
2122
[![Watch on Github][gh-watchers-badge]][gh-watchers-url]
2223
[![Star on Github][gh-stars-badge]][gh-stars-url]
2324
[![Tweet][tweet-badge]][tweet-url]
2425

25-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
26-
27-
[![All Contributors](https://img.shields.io/badge/all_contributors-36-orange.svg?style=flat-square)](#contributors-)
28-
29-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
30-
3126
## Installation
3227

3328
You'll first need to install [ESLint](http://eslint.org):
@@ -161,7 +156,7 @@ To enable this configuration use the `extends` property in your
161156
| [testing-library/no-dom-import](docs/rules/no-dom-import.md) | Disallow importing from DOM Testing Library | ![angular-badge][] ![react-badge][] ![vue-badge][] | ![fixable-badge][] |
162157
| [testing-library/no-manual-cleanup](docs/rules/no-manual-cleanup.md) | Disallow the use of `cleanup` | | |
163158
| [testing-library/no-node-access](docs/rules/no-node-access.md) | Disallow direct Node access | ![angular-badge][] ![react-badge][] ![vue-badge][] | |
164-
| [testing-library/no-promise-in-fire-event](docs/rules/no-promise-in-fire-event.md) | Disallow the use of promises passed to a `fireEvent` method | | |
159+
| [testing-library/no-promise-in-fire-event](docs/rules/no-promise-in-fire-event.md) | Disallow the use of promises passed to a `fireEvent` method | ![dom-badge][] ![angular-badge][] ![react-badge][] ![vue-badge][] | |
165160
| [testing-library/no-render-in-setup](docs/rules/no-render-in-setup.md) | Disallow the use of `render` in setup functions | | |
166161
| [testing-library/no-wait-for-empty-callback](docs/rules/no-wait-for-empty-callback.md) | Disallow empty callbacks for `waitFor` and `waitForElementToBeRemoved` | ![dom-badge][] ![angular-badge][] ![react-badge][] ![vue-badge][] | |
167162
| [testing-library/no-wait-for-multiple-assertions](docs/rules/no-wait-for-multiple-assertions.md) | Disallow the use of multiple expect inside `waitFor` | | |
@@ -180,15 +175,16 @@ To enable this configuration use the `extends` property in your
180175
[version-badge]: https://img.shields.io/npm/v/eslint-plugin-testing-library?style=flat-square
181176
[version-url]: https://www.npmjs.com/package/eslint-plugin-testing-library
182177
[license-badge]: https://img.shields.io/npm/l/eslint-plugin-testing-library?style=flat-square
183-
[license-url]: https://github.com/belco90/eslint-plugin-testing-library/blob/main/license
178+
[license-url]: https://github.com/testing-library/eslint-plugin-testing-library/blob/main/license
184179
[pr-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
180+
[all-contributors-badge]: https://img.shields.io/github/all-contributors/testing-library/eslint-plugin-testing-library?color=orange&style=flat-square
185181
[pr-url]: http://makeapullrequest.com
186-
[gh-watchers-badge]: https://img.shields.io/github/watchers/Belco90/eslint-plugin-testing-library?style=social
187-
[gh-watchers-url]: https://github.com/belco90/eslint-plugin-testing-library/watchers
188-
[gh-stars-badge]: https://img.shields.io/github/stars/Belco90/eslint-plugin-testing-library?style=social
189-
[gh-stars-url]: https://github.com/belco90/eslint-plugin-testing-library/stargazers
190-
[tweet-badge]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FBelco90%2Feslint-plugin-testing-library
191-
[tweet-url]: https://twitter.com/intent/tweet?url=https%3a%2f%2fgithub.com%2fbelco90%2feslint-plugin-testing-library&text=check%20out%20eslint-plugin-testing-library%20by%20@belcodev
182+
[gh-watchers-badge]: https://img.shields.io/github/watchers/testing-library/eslint-plugin-testing-library?style=social
183+
[gh-watchers-url]: https://github.com/testing-library/eslint-plugin-testing-library/watchers
184+
[gh-stars-badge]: https://img.shields.io/github/stars/testing-library/eslint-plugin-testing-library?style=social
185+
[gh-stars-url]: https://github.com/testing-library/eslint-plugin-testing-library/stargazers
186+
[tweet-badge]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Ftesting-library%2Feslint-plugin-testing-library
187+
[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
192188
[dom-badge]: https://img.shields.io/badge/%F0%9F%90%99-DOM-black?style=flat-square
193189
[fixable-badge]: https://img.shields.io/badge/fixable-success?style=flat-square
194190
[angular-badge]: https://img.shields.io/badge/-Angular-black?style=flat-square&logo=angular&logoColor=white&labelColor=DD0031&color=black

0 commit comments

Comments
 (0)