mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 05:58:47 +00: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:
parent
0ad0a65fa9
commit
5151a7bd49
@ -43,6 +43,7 @@
|
|||||||
(rest keys)
|
(rest keys)
|
||||||
(unchecked-get res key))))))
|
(unchecked-get res key))))))
|
||||||
|
|
||||||
|
#_:clj-kondo/ignore
|
||||||
(defn without
|
(defn without
|
||||||
[obj keys]
|
[obj keys]
|
||||||
(let [keys (cond
|
(let [keys (cond
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user