summaryrefslogtreecommitdiff
path: root/resources/clj-kondo/config.edn
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-10-08 20:48:49 +0300
committerAsko Nõmm <asko@nmm.ee>2025-10-08 20:48:49 +0300
commit29c5b153843a29d5e0a7acf4fc78cd00a2c4f02f (patch)
treece1035969acc5ba4e5973f1a850a348bf48fa32a /resources/clj-kondo/config.edn
parent64792f47f54708f9ec46ea7da691ce21981b9605 (diff)
Fix CLJS nodes test
Diffstat (limited to 'resources/clj-kondo/config.edn')
-rw-r--r--resources/clj-kondo/config.edn6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/clj-kondo/config.edn b/resources/clj-kondo/config.edn
index 1fc2855..8ee11e4 100644
--- a/resources/clj-kondo/config.edn
+++ b/resources/clj-kondo/config.edn
@@ -1,5 +1,5 @@
{:hooks {:analyze-call {dompa.nodes/$ hooks.dompa/$
- dompa.nodes/defhtml hooks.dompa/defhtml}}
+ dompa.nodes.shared/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}} \ No newline at end of file
+ :dompa.nodes.shared/defhtml-arg-validation {:level :warning}}
+ :lint-as {dompa.nodes.shared/defhtml clojure.core/defn}}