mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 16:06:11 +02:00
📎 Fix linter issues
Related to the linter update on devenv
This commit is contained in:
parent
97bf20dd4c
commit
65e99cabbf
13 changed files with 33 additions and 31 deletions
|
@ -6,12 +6,12 @@
|
|||
|
||||
(ns app.util.object
|
||||
"A collection of helpers for work with javascript objects."
|
||||
(:refer-clojure :exclude [set! get get-in merge clone contains?])
|
||||
(:refer-clojure :exclude [set! new get get-in merge clone contains?])
|
||||
(:require
|
||||
["lodash/omit" :as omit]
|
||||
[cuerdas.core :as str]))
|
||||
|
||||
(defn new [] #js {})
|
||||
(defn create [] #js {})
|
||||
|
||||
(defn get
|
||||
([obj k]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue