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

remove standard from dev-deps because its already available in deps #88

Closed tusharmath closed 8 years ago

diesire commented 8 years ago

standard in dev-deps also activates the linter if checkStyleDevDependencies is enabled. See #82

ricardofbarros commented 8 years ago

Hey @tusharmath this is just quirk I use to develop this package.

I lint the code I write for linter-js-standard with linter-js-standard. That's why.