Fork me on GitHub
#clj-kondo
<
2021-09-26
>
Benjamin07:09:37

I have a macro like let I guess there is a way to tell clj-kondo that the first arg is a bindings vector?

borkdude09:09:41

@benjamin.schwerdtner Yeah: {:lint-as {your.ns/your-let-macro clojure.core/let}}

catjam 4