-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Failed to load plugin 'jest' declared in 'BaseConfig': Cannot find module 'eslint-plugin-jest' #611
Comments
i resolved this issue by restarting my laptop, |
Hmm I am running into the same issue but on CLI - what I don't really get is that it is crashing in
|
OK I found the issue - when installing
this bumped eslint to |
Theres also an issue where VS code bugs out and omits the eslint plugin and restarting VS Code for me worked. |
Thanks for an awesome project! Having issues with jest eslint plugin:
xo-config.json:
package.json:
Is this a problem with the vscode plugin? Running
npx xo
works fine, and changing a file to purposefully break a jest rule yields e.g:The text was updated successfully, but these errors were encountered: