Browse Source

chore: suppress lint

Junyi Du 2 years ago
parent
commit
e8e3890c21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/frontend/util.cljc

+ 1 - 0
src/main/frontend/util.cljc

@@ -114,6 +114,7 @@
      (when (electron?) (. js/window -__MOCKED_OPEN_DIR_PATH__))))
 
 #?(:cljs
+   #_:clj-kondo/ignore
    (defn ci?
      []
      (boolean (. js/window -__E2E_TESTING__))))