Fork me on GitHub
#clj-kondo
<
2022-07-15
>
borkdude13:07:48

Here's an idea for those who care about arity error linting for reagent components: https://github.com/clj-kondo/clj-kondo/issues/1751#issuecomment-1184759506

🆒 1
borkdude13:07:26

The idea is a bit inspired by @U0FR82FU1 's#uix

ericdallo19:07:16

Linter suggestion: warn when a namespace use _ instead of - like (ns foo_bar) instead of (ns foo-bar)

borkdude20:07:38

Yes, issue welcome!