Hi all, I created a leiningen plugin that checks that order of namespace declarations for Clojure and ClojureScript • Checks that namespaces/packages inside :require and :import are sorted. • There are pre-defined sorting functions (asc, desc, etc.). Also, you could define your custom sorting function. • Automatically replacing namespace declarations in source files, so no need for a manual update. https://github.com/ertugrulcetin/lein-nsort
this is cool! should I post feedback here or in a github issue?
@nbtheduke sorry for the late reply, GitHub issues would be great!
cool, will do