Skip to content

Commit 5f69ea8

Browse files
authored
Merge branch 'main' into fix-tohaveattribute-empty-string
2 parents a5f2957 + 6bc032d commit 5f69ea8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.all-contributorsrc

+9
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,15 @@
165165
"code",
166166
"bug"
167167
]
168+
},
169+
{
170+
"login": "huyenltnguyen",
171+
"name": "Huyen Nguyen",
172+
"avatar_url": "https://avatars.githubusercontent.com/u/25715018?v=4",
173+
"profile": "https://github.com/huyenltnguyen",
174+
"contributions": [
175+
"doc"
176+
]
168177
}
169178
]
170179
}

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![MIT License][license-badge]][license]
1515

1616
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
17-
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
17+
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-)
1818
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1919
[![PRs Welcome][prs-badge]][prs]
2020
[![Code of Conduct][coc-badge]][coc]
@@ -46,7 +46,7 @@ should be installed as one of your project's `devDependencies`:
4646
npm install --save-dev eslint-plugin-jest-dom
4747
```
4848

49-
This library has a required `peerDependencies` listing for [`eslint`][eslint]
49+
This library has a required `peerDependencies` listing for [`ESLint`](https://eslint.org/).
5050

5151
## Usage
5252

@@ -163,6 +163,7 @@ Thanks goes to these people ([emoji key][emojis]):
163163
</tr>
164164
<tr>
165165
<td align="center"><a href="https://github.com/G-Rath"><img src="https://avatars.githubusercontent.com/u/3151613?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Gareth Jones</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commits?author=G-Rath" title="Tests">⚠️</a> <a href="https://github.com/testing-library/eslint-plugin-jest-dom/commits?author=G-Rath" title="Code">💻</a> <a href="https://github.com/testing-library/eslint-plugin-jest-dom/issues?q=author%3AG-Rath" title="Bug reports">🐛</a></td>
166+
<td align="center"><a href="https://github.com/huyenltnguyen"><img src="https://avatars.githubusercontent.com/u/25715018?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Huyen Nguyen</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commits?author=huyenltnguyen" title="Documentation">📖</a></td>
166167
</tr>
167168
</table>
168169

0 commit comments

Comments
 (0)