-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs
Description
Suggestion
Currently running yarn lint
in the repo throws the error Definition for rule 'jest/no-jest-import' was not found
for every package. It looks like the package eslint-plugin-jest
was recently (in #6233) bumped to version 27.0.0, which removed that rule (see their changelog).
The fix should be simple, just removing the line activating it from the .eslintrc.js
.
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs