From b9b7391464875b889d4c31bcce492aefa587eb16 Mon Sep 17 00:00:00 2001 From: Junyi Du Date: Fri, 2 Dec 2022 04:00:30 +0800 Subject: [PATCH] chore/suppress lint --- src/main/frontend/util.cljc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/main/frontend/util.cljc b/src/main/frontend/util.cljc index 38aad406b3..72260279fe 100644 --- a/src/main/frontend/util.cljc +++ b/src/main/frontend/util.cljc @@ -113,11 +113,10 @@ [] (when (electron?) (. js/window -__MOCKED_OPEN_DIR_PATH__)))) -#?(:cljs - #_:clj-kondo/ignore - (defn ci? - [] - (boolean (. js/window -__E2E_TESTING__)))) +;; #?(:cljs +;; (defn ci? +;; [] +;; (boolean (. js/window -__E2E_TESTING__)))) #?(:cljs (do