flycheck-elm

Homepage: https://github.com/bsermons/flycheck-elm

Author: Brian Sermons

Updated:

Summary

Flycheck support for the elm language

Commentary

Enable this checker automatically by adding code like the following
to your startup files:

    (eval-after-load 'flycheck
      '(flycheck-elm-setup))

Dependencies