Skip to content

Instantly share code, notes, and snippets.

View ethpran's full-sized avatar

Ethan Pransky ethpran

View GitHub Profile
@ethpran
ethpran / config.edn
Last active July 21, 2023 21:27
clj-kondo hook for mount/defstate
{:linters {:mount/defstate {:level :warning}}
:hooks {:analyze-call {mount.core/defstate hooks.defstate/defstate}}}