mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Clojure-lsp will run clj-kondo on the module folders, so those modules should refer back to root configuration. Clj-kondo itself works the same, if running from a module directory. Some editor plugins might run clj-kondo on the working directory always (reitit root folder usually), and in those cases this isn't needed.
1 line
40 B
Clojure
1 line
40 B
Clojure
{:config-paths ["../../../.clj-kondo"]}
|