summaryrefslogtreecommitdiff
path: root/resources/clj-kondo/config.edn
blob: 1fc2855d238d0f185d905079cdf0a774f36a3861 (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}}