mirror of
https://github.com/penpot/penpot.git
synced 2026-05-23 00:43:41 +00:00
📎 Fix linter issues related to clj-kondo update
This commit is contained in:
parent
d5b163f04d
commit
9f2d87d7d7
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
(ns app.common.data
|
(ns app.common.data
|
||||||
"Data manipulation and query helper functions."
|
"Data manipulation and query helper functions."
|
||||||
(:refer-clojure :exclude [read-string hash-map merge name parse-double group-by])
|
(:refer-clojure :exclude [read-string hash-map merge name parse-double group-by iteration])
|
||||||
#?(:cljs
|
#?(:cljs
|
||||||
(:require-macros [app.common.data]))
|
(:require-macros [app.common.data]))
|
||||||
(:require
|
(:require
|
||||||
|
|||||||
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
(ns app.common.math
|
(ns app.common.math
|
||||||
"A collection of math utils."
|
"A collection of math utils."
|
||||||
|
(:refer-clojure :exclude [abs])
|
||||||
#?(:cljs
|
#?(:cljs
|
||||||
(:require [goog.math :as math])))
|
(:require [goog.math :as math])))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user