summaryrefslogtreecommitdiff
path: root/resources/clj-kondo/config.edn
blob: 1a76557ecc5fd41f7117d32434b0d8257a49e3f6 (plain)
1
2
3
4
5
{:hooks {:analyze-call {dompa.templates/$ hooks.dompa/$
                        dompa.templates/defhtml hooks.dompa/defhtml}}
 :linters {:dompa.templates/$-arg-validation {:level :warning}
           :dompa.templates/defhtml-arg-validation {:level :warning}}
 :lint-as {dompa.templates/defhtml clojure.core/defn}}