File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 11# eslint-plugin-jest-dom
22
3+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors )
4+
35lint 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!
You can’t perform that action at this time.
0 commit comments