📎 Fix linter issues

Related to the linter update on devenv
This commit is contained in:
Andrey Antukh 2022-06-13 11:18:35 +02:00
parent 97bf20dd4c
commit 65e99cabbf
13 changed files with 33 additions and 31 deletions

View file

@ -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]