-
Notifications
You must be signed in to change notification settings - Fork 727
docs: include new page for eslint plugin within ecosystem section #275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: include new page for eslint plugin within ecosystem section #275
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine and enough for me (for now)! I'll let this unmerged so other maintainers can give their two cents :)
👍 thanks for your hard work on this, it's a great addition to the ecosystem.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fantastic! Two changes please. Thank you!
that helps users to follow best practices and anticipate common mistakes when | ||
writing tests. | ||
|
||
 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we store this image within the repository rather than on imgur? I believe some countries/companies block imgur.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure! I did that at first but wasn't sure if it was the right decision. Included at the repo now.
title: eslint-plugin-testing-library | ||
--- | ||
|
||
[`eslint-plugin-testing-library`][gh] is an ESLint plugin for `Testing Library` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing Library
does not need to be in backticks I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done too
|
||
This plugin includes: | ||
|
||
- several rules for linting `Testing Library` specific code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No backticks here either.
|
||
This plugin includes: | ||
|
||
- several rules for linting Testing Library specific code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- several rules for linting Testing Library specific code | |
- Several rules for linting Testing Library specific code. |
same thing in the other ones 😇 sry for the nitpicking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem! done too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic 💯 Thank you!
@all-contributors please add @Belco90 for docs |
I've put up a pull request to add @Belco90! 🎉 |
Updating doc to include new ecosystem section with eslint-plugin-testing-library.
After the original idea about writing an ESLint plugin for Testing Library I'm really excited for releasing v1 and update the proper ecosystem doc here!
I don't know if I would need to specify more things on this section, all the info is actually on Github page.