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

8 lines
145 B
Clojure
Raw Permalink Normal View History

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