linter-kibit
An Atom Linter package for kibit (Clojure, ClojureScript)
rgdelato 694 1 0.1.2 MIT GitHub

linter-kibit

This linter plugin for Linter provides an interface to kibit. It will be used with files that have the "Clojure" syntax.

Installation

Before using this package you will need to have Leiningen installed and available from your $PATH.

You will also need to merge the following into your $HOME/.lein/profiles.clj file:

{:user {:plugins [[lein-kibit "0.1.3"]]}}