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

use the local linter version when possible #101

Closed summer4096 closed 8 years ago

summer4096 commented 8 years ago

Solves #65 #89 #86 #76 #72

Uses the linter your package depends on rather than the internal dependency whenever possible. This means that when you update standard in your package.json devDependencies, linter-js-standard will use that version. Also means that this package doesn't need to be updated constantly whenever a new version of anything comes out.

ricardofbarros commented 8 years ago

Nice @devTristan :+1:, great job on this. I'll review as soon as possible as this solves a bunch of issues.

ricardofbarros commented 8 years ago

Great job 👍

NickColley commented 8 years ago

Thanks for this! Sweet fix :+1: :)

summer4096 commented 8 years ago

So glad I could help.