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

What's the intention of checkStyleDevDependencies #82

Closed lygstate closed 8 years ago

tonyghita commented 8 years ago

@lygstate it only runs linter-js-standard if the package.json of the project contains one of the linters as a dependency.

See https://github.com/ricardofbarros/linter-js-standard/blob/master/lib/init.js#L13-L18

ricardofbarros commented 8 years ago

Thank you @tonyghita for the explanation 😃