summaryrefslogtreecommitdiff
path: root/resources/clj-kondo
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-09-26 19:22:23 +0300
committerAsko Nõmm <asko@nmm.ee>2025-09-26 19:22:23 +0300
commitaf83d8c7cdf85b675016eeeecaa85bb547141f4b (patch)
treeed3b2746f44bda0619a005beab3c4b22fe6914e7 /resources/clj-kondo
parent537a14bd9e9146cd9f963520aea75778a32ebc42 (diff)
On second thought it's really not related to templating, just nodes, so moving to nodes ns.
Diffstat (limited to 'resources/clj-kondo')
-rw-r--r--resources/clj-kondo/config.edn10
1 files changed, 5 insertions, 5 deletions
diff --git a/resources/clj-kondo/config.edn b/resources/clj-kondo/config.edn
index 1a76557..1fc2855 100644
--- a/resources/clj-kondo/config.edn
+++ b/resources/clj-kondo/config.edn
@@ -1,5 +1,5 @@
-{:hooks {:analyze-call {dompa.templates/$ hooks.dompa/$
- dompa.templates/defhtml hooks.dompa/defhtml}}
- :linters {:dompa.templates/$-arg-validation {:level :warning}
- :dompa.templates/defhtml-arg-validation {:level :warning}}
- :lint-as {dompa.templates/defhtml clojure.core/defn}} \ No newline at end of file
+{: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}} \ No newline at end of file