mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 20:51:38 +02:00
✨ Fix linter issues on frontend (part 1).
This commit is contained in:
parent
09314c8926
commit
e90185b553
53 changed files with 324 additions and 748 deletions
|
@ -1,9 +1,9 @@
|
|||
(ns app.util.debug
|
||||
"Debugging utils"
|
||||
(:require
|
||||
[app.util.timers :as timers]
|
||||
[app.util.object :as obj]
|
||||
[app.common.math :as mth]
|
||||
[app.util.object :as obj]
|
||||
[app.util.timers :as timers]
|
||||
[cljs.pprint :refer [pprint]]))
|
||||
|
||||
(def debug-options #{:bounding-boxes :group :events :rotation-handler :resize-handler :selection-center :export :import #_:simple-selection})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue