superlint/TEMPLATES/.clj-kondo/config.edn

8 lines
145 B
Clojure
Raw Normal View History

2020-11-05 23:21:41 +01:00
{:linters
{:unresolved-symbol
{:exclude [(compojure.api.sweet/defroutes)]}
:refer-all
{:exclude [clj-time.jdbc]}
}
}