Closed
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
.