Skip to content

Commit 8b3cbef

Browse files
allcontributors[bot]Kent C. Dodds
andcommitted
docs: add benmonro as a contributor (#6)
docs: add benmonro as a contributor Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Kent C. Dodds <[email protected]>
1 parent c3e0654 commit 8b3cbef

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "benmonro",
10+
"name": "Ben Monro",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/399236?v=4",
12+
"profile": "https://github.com/benmonro",
13+
"contributions": [
14+
"doc",
15+
"code",
16+
"example",
17+
"test"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"projectName": "eslint-plugin-jest-dom",
23+
"projectOwner": "testing-library",
24+
"repoType": "github",
25+
"repoHost": "https://github.com"
26+
}

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# eslint-plugin-jest-dom
22

3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
4+
35
lint rules for use with jest-dom
46

57
## Installation
@@ -66,3 +68,19 @@ To enable this configuration use the `extends` property in your
6668
| [prefer-required](https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-required.md) | ✔️ | 🛠 | prefer toBeRequired over checking properties |
6769

6870
<!-- __END AUTOGENERATED TABLE__ -->
71+
72+
## Contributors ✨
73+
74+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
75+
76+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
77+
<!-- prettier-ignore -->
78+
<table>
79+
<tr>
80+
<td align="center"><a href="https://github.com/benmonro"><img src="https://avatars3.githubusercontent.com/u/399236?v=4" width="100px;" alt="Ben Monro"/><br /><sub><b>Ben Monro</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commits?author=benmonro" title="Documentation">📖</a> <a href="https://github.com/testing-library/eslint-plugin-jest-dom/commits?author=benmonro" title="Code">💻</a> <a href="#example-benmonro" title="Examples">💡</a> <a href="https://github.com/testing-library/eslint-plugin-jest-dom/commits?author=benmonro" title="Tests">⚠️</a></td>
81+
</tr>
82+
</table>
83+
84+
<!-- ALL-CONTRIBUTORS-LIST:END -->
85+
86+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)