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

Fix #67 - tweak title and desc for checkStyle... #68

Closed olizilla closed 9 years ago

olizilla commented 9 years ago

See #67 - This change preserves the original key name, so users existing settings won't be affected, and to limit the scope of the change on the plugin code. The title property will override the auto-generated key name.

ricardofbarros commented 9 years ago

Yeah I've been struggling with this problem, most of the people didn't understand what checkStyleDevDependencies does and this will certainly help them, thanks for your valuable input @olizilla.