mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
chore: add clj-kondo config
This commit is contained in:
committed by
Gabriel Horner
parent
a64bea57c8
commit
6f1d6bd437
@@ -165,6 +165,7 @@
|
||||
frontend.worker.state worker-state
|
||||
frontend.worker.util worker-util
|
||||
lambdaisland.glogi log
|
||||
logseq.cli.common.graph cli-common-graph
|
||||
logseq.common.config common-config
|
||||
logseq.common.date-time-util date-time-util
|
||||
logseq.common.graph common-graph
|
||||
|
||||
20
deps/cli/.clj-kondo/config.edn
vendored
Normal file
20
deps/cli/.clj-kondo/config.edn
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{:linters
|
||||
{:aliased-namespace-symbol {:level :warning}
|
||||
:namespace-name-mismatch {:level :warning}
|
||||
:used-underscored-binding {:level :warning}
|
||||
:shadowed-var {:level :warning}
|
||||
|
||||
:consistent-alias
|
||||
{:aliases {"fs" fs
|
||||
"node-path" path
|
||||
clojure.pprint pprint
|
||||
clojure.string string
|
||||
datascript.core d
|
||||
logseq.cli.commands.graph cli-graph
|
||||
logseq.cli.common.graph cli-common-graph
|
||||
logseq.common.config common-config
|
||||
logseq.common.graph common-graph
|
||||
logseq.common.util.date-time date-time-util
|
||||
logseq.db.common.sqlite common-sqlite}}}
|
||||
:skip-comments true
|
||||
:output {:progress true}}
|
||||
1
deps/cli/.gitignore
vendored
Normal file
1
deps/cli/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.clj-kondo/.cache
|
||||
Reference in New Issue
Block a user