-
Notifications
You must be signed in to change notification settings - Fork 46
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
jest-runner-eslint disagreeing with command line eslint and editor #69
Comments
Could you put together a reproduction we could pull down and see the error? We just use |
@samselikoff did you manage to solve this? Got the same issue here |
luizcieslak
added a commit
to luizcieslak/js-templates
that referenced
this issue
Nov 11, 2019
@luizcieslak haven't come back to it again so I don't think so. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get
jest-runner-eslint
setup but its results are disagreeing with the results from runningeslint
from the command line (as well as my editor).It does seem like both jest and
eslint
(and editor) are using.eslintrc.js
, because if I change them both runners are affected. But I can't get the two to agree on certain files.For example I have a file
response.js
, and my editor shows these errors:When I run
eslint lib/response.js
I getBut when I run jest, I get
Here's my configs:
The text was updated successfully, but these errors were encountered: