yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

CoffeeLint support when is not globally installed #117

Open DinisCruz opened 9 years ago

DinisCruz commented 9 years ago

I installed atom-lint and I got this coffeelint is not installed message

image

which looking at https://github.com/yujinakayama/atom-lint/commit/9b670b65108ecc1081050fdaa6238ec864161f01 is caused by the fact that there is no support for running coffee locally (on node_modules), right?

Should atom-lint auto install the missing dependencies (or maybe allow the user to trigger install them via the settings page)