Skip to content

Commit 8713b35

Browse files
committed
fix: also use .clj-kondo config on toplevel
1 parent 6f5f47a commit 8713b35

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.clj-kondo/config.edn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{:lint-as {devcards.core/defcard cljs.core/def
2+
devcards.core/deftest cljs.core/def}}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ test*/
66
.nrepl-port
77
yarn-error.log
88
template/yarn.lock
9-
template/package-lock.json
9+
template/package-lock.json
10+
.clj-kondo/.cache

template/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ public/js
33
out
44
.shadow-cljs
55
.nrepl-port
6-
.clj-kondo
6+
.clj-kondo/.cache
77
yarn-error.log
88
report.html

0 commit comments

Comments
 (0)