proton

https://github.com/dvcrn/proton
dvcrn 2016-04-03T00:34:27.000098Z

@ashnur: proton should automatically keep them up to date

dvcrn 2016-04-03T00:34:41.000099Z

Alternatively open the package manager and check which ones are outdated

Aron 2016-04-03T00:43:00.000100Z

@dvcrn: it's interesting because when I put linter-eslint into additional-packages I will get the package with version 7.1.3 which should install eslint 2.4.0 as dependency, but it installs 2.2.0 instead

dvcrn 2016-04-03T04:34:20.000102Z

@ashnur: you don't need to put it in additional packages. If you activate the linter layer and javascript layer, it should install it automatically - https://github.com/dvcrn/proton/tree/master/src/cljs/proton/layers/lang/javascript

dvcrn 2016-04-03T04:34:47.000104Z

as for the version problem - hrm. You can try manually going into the eslint folder (in ~/.atom/) and force upgrade it