hey friends! has anyone noticed this error before? i am getting this with a fresh lein luminus template
@tjb Presumably because clj-kondo doesn't know what mount/defstate
does? (which it won't by default until you tell it that is like a def
form)
You probably need {:lint-as {foo.bar/defstate clojure.core/def}}
in your config
interesting! i wonder why luminus does (mount/defstate ...)