borkdude / flycheck-clj-kondo

Emacs integration for clj-kondo via flycheck
94 stars 17 forks source link

Support clojure-ts-mode #26

Closed kommen closed 6 months ago

kommen commented 6 months ago

Closes #25

@borkdude how do you want to handle the tests, as clojure-ts-mode yet is trivial to set up everywhere?

borkdude commented 6 months ago

There are some tests here: https://github.com/borkdude/flycheck-clj-kondo/blob/master/test/flycheck-clj-kondo-test.el

borkdude commented 6 months ago

Thanks a lot.