mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 03:46:42 +02: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue