Skip to content

Commit 24af080

Browse files
committed
docs: add @Belco90 as a contributor
1 parent 324a529 commit 24af080

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-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+
"projectName": "eslint-plugin-testing-library",
3+
"projectOwner": "Belco90",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "angular",
12+
"contributors": [
13+
{
14+
"login": "Belco90",
15+
"name": "Mario Beltrán Alarcón",
16+
"avatar_url": "https://avatars1.githubusercontent.com/u/2677072?v=4",
17+
"profile": "https://mario.dev",
18+
"contributions": [
19+
"code",
20+
"doc",
21+
"review"
22+
]
23+
}
24+
],
25+
"contributorsPerLine": 7
26+
}

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
2021
<br>
2122
[![Watch on Github][gh-watchers-badge]][gh-watchers-url]
2223
[![Star on Github][gh-stars-badge]][gh-stars-url]
@@ -156,3 +157,23 @@ To enable this configuration use the `extends` property in your
156157
[angular-badge]: https://img.shields.io/badge/-Angular-black?style=flat-square&logo=angular&logoColor=white&labelColor=DD0031&color=black
157158
[react-badge]: https://img.shields.io/badge/-React-black?style=flat-square&logo=react&logoColor=white&labelColor=61DAFB&color=black
158159
[vue-badge]: https://img.shields.io/badge/-Vue-black?style=flat-square&logo=vue.js&logoColor=white&labelColor=4FC08D&color=black
160+
161+
## Contributors ✨
162+
163+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
164+
165+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
166+
<!-- prettier-ignore-start -->
167+
<!-- markdownlint-disable -->
168+
<table>
169+
<tr>
170+
<td align="center"><a href="https://mario.dev"><img src="https://avatars1.githubusercontent.com/u/2677072?v=4" 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/Belco90/eslint-plugin-testing-library/commits?author=Belco90" title="Code">💻</a> <a href="https://github.com/Belco90/eslint-plugin-testing-library/commits?author=Belco90" title="Documentation">📖</a> <a href="#review-Belco90" title="Reviewed Pull Requests">👀</a></td>
171+
</tr>
172+
</table>
173+
174+
<!-- markdownlint-enable -->
175+
<!-- prettier-ignore-end -->
176+
177+
<!-- ALL-CONTRIBUTORS-LIST:END -->
178+
179+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)