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