-
Notifications
You must be signed in to change notification settings - Fork 48
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
Does not read env specified in package.json #171
Comments
I think you can fix this by changing this
to this:
as standard uses an array of env values rather than a hash. |
That works great! Opening a PR. |
Is this deployed yet? I'm still getting these errors in my editor, when running Standard from the CLI returns no errors. |
I don't think so - @ricardofbarros? |
Sorry @epeterson320 and @AlecRust it wasn't. It is published now |
It seems like this was unintentionally reopened. |
I am running the latest version 3.9.0 of the plugin.
I have specified
env
for jest inpackage.json
If I use
standard
regularly on shell, it works as expected.But the plugin still shows warning in atom like
The text was updated successfully, but these errors were encountered: