📎 Fix linter issues and linter config

This commit is contained in:
Andrey Antukh 2022-02-24 23:56:20 +01:00 committed by Alonso Torres
parent fe43b3494c
commit 0e7ce55f9a
5 changed files with 3 additions and 5 deletions

View file

@ -14,7 +14,6 @@
[app.main.data.workspace.texts :as dwt]
[app.main.repo :as rp]
[beicon.core :as rx]
[cljs.spec.alpha :as s]
[potok.core :as ptk]))
(def clear-color-for-rename

View file

@ -8,7 +8,6 @@
(:require
[app.common.geom.point :as gpt]
[app.common.logging :as log]
[app.main.refs :as refs]
[app.main.ui.context :as ctx]
[app.util.dom :as dom]
[app.util.storage :refer [storage]]