mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix: lint - turn off lint for wip ns
This commit is contained in:
@@ -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]))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user