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

Rename "Check Style Dev Dependencies" #67

Closed olizilla closed 9 years ago

olizilla commented 9 years ago

I love standard and find your linter super helpful, but I'm stuck with 50% of my projects using standard and 50% using jshint. As such I was desperate for a way to only run the linter when a project was using standard... basically a dupe of https://github.com/ricardofbarros/linter-js-standard/issues/56

I saw Check Style Dev Dependencies in the list of options many times, but it never clicked that it was what i needed to get the behaviour I was looking for...

How about rewording it as:

Check for standard "Only run if standard, semistandard or happiness present in package.json devDependencies"

olizilla commented 9 years ago

PR for your perusal https://github.com/ricardofbarros/linter-js-standard/pull/68