0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

📎 Disable :non-arg-vec-return-type-hint linter on clj-kondo

This commit is contained in:
Andrey Antukh 2022-06-24 07:41:06 +02:00
parent 5151a7bd49
commit 826bd29327

View file

@ -38,6 +38,9 @@
:single-key-in
{:level :warning}
:non-arg-vec-return-type-hint
{:level :off}
:redundant-do
{:level :off}