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:
parent
0ad0a65fa9
commit
5151a7bd49
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
(rest keys)
|
||||
(unchecked-get res key))))))
|
||||
|
||||
#_:clj-kondo/ignore
|
||||
(defn without
|
||||
[obj keys]
|
||||
(let [keys (cond
|
||||
|
|
Loading…
Add table
Reference in a new issue