0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-11 01:28:30 -05:00

📎 Ignore linter issues on single function on frontend

Because it happens to the `new` function previuously defined
clash with the instance creation (probably linter bug).
This commit is contained in:
Andrey Antukh 2022-06-24 07:34:34 +02:00
parent 0ad0a65fa9
commit 5151a7bd49

View file

@ -43,6 +43,7 @@
(rest keys)
(unchecked-get res key))))))
#_:clj-kondo/ignore
(defn without
[obj keys]
(let [keys (cond