get-alex / atom-linter-alex

Linter plugin using alex to catch insensitive, inconsiderate writing
MIT License
87 stars 6 forks source link

Install `linter` automatically #2

Closed keplersj closed 9 years ago

keplersj commented 9 years ago

By using atom-package-deps you are able to install linter automatically on activation. This will allow new Atom users to install only your package and nothing else, removing one step from the installation process.

Please see AtomLinter/linter-ruby#38 for example.