Bump to latest kondo and enable new aliased-namespace-symbol linter

This commit is contained in:
Gabriel Horner
2022-10-18 16:26:05 -04:00
committed by Tienson Qin
parent daf654172c
commit 5962e0621d
11 changed files with 33 additions and 25 deletions

View File

@@ -42,7 +42,7 @@
(fs/read-file dir path)))
(fn [content]
(when (not-empty content)
(try (cljs.reader/read-string content)
(try (reader/read-string content)
(catch :default e
(println (util/format "read persist-var failed: %s" (load-path location)))
(js/console.dir e)))))