fix: remove clj-kondo/ignore

that was moved to incorrect location.  Also fix clj-kondo config
so those ignores aren't needed anymore
This commit is contained in:
Gabriel Horner
2025-04-08 13:17:24 -04:00
parent 2d62bcf78b
commit 6ce701ccc3
2 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
(:require ["fs" :as fs]
["os" :as os]
["path" :as node-path]
#_:clj-kondo/ignore
[babashka.cli :as cli]
[clojure.edn :as edn]
[clojure.string :as string]