lambdaisland / ornament

Clojure Styled Components
Mozilla Public License 2.0
118 stars 13 forks source link

add clj-kondo config export #16

Closed flyingmachine closed 3 months ago

flyingmachine commented 2 years ago

it would be super dope to get clj-kondo to recognize o/defstyled :)

plexus commented 2 years ago

I'm not a clj-kondo user. What would this entail exactly?

jeans11 commented 2 years ago

For a quick fix, people can add in their clj-kondo config.edn this entry: lambdaisland.ornament/defstyled clojure.core/def (in :lint-as)