-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Remove eslint-plugin-jest #4867
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4867 +/- ##
==========================================
- Coverage 59.24% 58.46% -0.79%
==========================================
Files 200 194 -6
Lines 6647 6517 -130
Branches 3 4 +1
==========================================
- Hits 3938 3810 -128
+ Misses 2709 2707 -2 Continue to review full report at Codecov.
|
@SimenB sure, happy to be! |
Awesome, thanks for doing this. I would still maintain that this eslint plugin, originally built by @jkimbo, is an official part of Jest. However, because the code itself has nothing to do with Jest itself, it makes sense to live in a separate repo. We should update the docs for Jest to encourage people to install this eslint plugin, btw. |
The `eslint-plugin-jest` package was moved to the `jest-community` organization in jestjs/jest#4867.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
As talked about in private, we've decided to move the eslint plugin out of this repo, and into
jest-community
. The new home is here: https://github.com/jest-community/eslint-plugin-jest@jkimbo Do you want to be a collaborator on that project?
Test plan
Still green CI