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