summaryrefslogtreecommitdiff
path: root/resources/clj-kondo/config.edn
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-10-09 22:05:47 +0300
committerAsko Nõmm <asko@nmm.ee>2025-10-09 22:05:47 +0300
commitd654135ffebe935317a1f946c123bd25e4fb6aa3 (patch)
tree4568d42e8732c0f80b55afee1e5efa302b8007c9 /resources/clj-kondo/config.edn
parent06085b955bb2959a88844dae9f77a0f35ee6a8c5 (diff)
Do away with the $ macro for runtime-agnostic purposes
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 8ee11e4..e6b8708 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.shared/defhtml hooks.dompa/defhtml}}
+ dompa.nodes/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}}
+ :dompa.nodes/defhtml-arg-validation {:level :warning}}
+ :lint-as {dompa.nodes/defhtml clojure.core/defn}}