ricardofbarros / linter-js-standard

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

Does not recognize env in package.json #209

Closed winstliu closed 7 years ago

winstliu commented 7 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 7 years ago

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

sonicdoe commented 7 years ago

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

winstliu commented 7 years ago

Thank you!