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

Look for linters in dependencies as well #131

Closed mike-engel closed 8 years ago

mike-engel commented 8 years ago

I'm writing a cli tool where we need to include standard in dependencies since there will be a format command that uses standard with the --format flag. This adds a check to look in dependencies along with devDependencies.

ricardofbarros commented 8 years ago

Hey @mike-engel thanks for your input, great job 👍 .