File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 16
16
" example" ,
17
17
" test"
18
18
]
19
+ },
20
+ {
21
+ "login" : " nickmccurdy" ,
22
+ "name" : " Nick McCurdy" ,
23
+ "avatar_url" : " https://avatars0.githubusercontent.com/u/927220?v=4" ,
24
+ "profile" : " https://nickmccurdy.com/" ,
25
+ "contributions" : [
26
+ " code" ,
27
+ " doc" ,
28
+ " test"
29
+ ]
19
30
}
20
31
],
21
32
"contributorsPerLine" : 7 ,
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-jest-dom
2
2
3
- [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1 -orange.svg?style=flat-square )] ( #contributors )
3
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-2 -orange.svg?style=flat-square )] ( #contributors )
4
4
5
5
lint rules for use with jest-dom
6
6
@@ -78,6 +78,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
78
78
<table >
79
79
<tr >
80
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
+ <td align="center"><a href="https://nickmccurdy.com/"><img src="https://avatars0.githubusercontent.com/u/927220?v=4" width="100px;" alt="Nick McCurdy"/><br /><sub><b>Nick McCurdy</b></sub></a><br /><a href="https://github.com/testing-library/eslint-plugin-jest-dom/commits?author=nickmccurdy" title="Code">💻</a> <a href="https://github.com/testing-library/eslint-plugin-jest-dom/commits?author=nickmccurdy" title="Documentation">📖</a> <a href="https://github.com/testing-library/eslint-plugin-jest-dom/commits?author=nickmccurdy" title="Tests">⚠️</a></td>
81
82
</tr >
82
83
</table >
83
84
You can’t perform that action at this time.
0 commit comments