diff options
Diffstat (limited to 'resources/clj-kondo/config.edn')
| -rw-r--r-- | resources/clj-kondo/config.edn | 6 |
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}} |
