halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

update readme with recommended linter version #152

Closed armatures closed 5 years ago

armatures commented 5 years ago

I wasn't able to get any error highlighting with this package until I ran apm install linter@1.11.23. I think to update to the current version of the linter package, the provideLinter function in main.js would have to update to this new API. I haven't looked at it very closely, but for the time being I think this is a helpful recommendation for new users.

halohalospecial commented 5 years ago

Thanks for this and sorry for the late response.

See also https://github.com/halohalospecial/atom-elmjutsu/issues/153.