ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 50 forks source link

Does not recognize env in package.json #209

Closed 50Wliu closed 6 years ago

50Wliu commented 6 years ago

Given: standard-package-json-setup and: linter-js-standard-settings this is what I see: diagnostics-view-errors

Running standard from the command line gives 0 errors.

Please tell me if you need more information.

sonicdoe commented 6 years ago

Thanks for reporting, I was able to reproduce this issue. I’ll try to roll out a fix soon.

sonicdoe commented 6 years ago

v4.0.3 should fix this issue. @50Wliu Let me know if you’re still running into problems.

50Wliu commented 6 years ago

Thank you!