fix: lint - turn off lint for wip ns

This commit is contained in:
Gabriel Horner
2025-09-17 10:53:38 -04:00
parent 7fe1b8a215
commit 3d725195a4

View File

@@ -1,5 +1,7 @@
(ns mobile.record
"Web audio record"
{:clj-kondo/config {:linters {:unused-binding {:level :off}
:unused-private-var {:level :off}}}}
(:require [lambdaisland.glogi :as log]
[promesa.core :as p]))