0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 09:38:56 -05:00

📎 Add some cosmetic changes to kondo config

This commit is contained in:
Andrey Antukh 2022-12-13 15:40:35 +01:00
parent 842463ed1b
commit 096b5f096c

View file

@ -45,6 +45,15 @@
:redundant-do :redundant-do
{:level :off} {:level :off}
:earmuffed-var-not-dynamic
{:level :off}
:dynamic-var-not-earmuffed
{:level :off}
:used-underscored-binding
{:level :warning}
:unused-binding :unused-binding
{:exclude-destructured-as true {:exclude-destructured-as true
:exclude-destructured-keys-in-fn-args false :exclude-destructured-keys-in-fn-args false