Skip to content

Commit

Permalink
fix: also use .clj-kondo config on toplevel
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Dec 5, 2019
1 parent 6f5f47a commit 8713b35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .clj-kondo/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{:lint-as {devcards.core/defcard cljs.core/def
devcards.core/deftest cljs.core/def}}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ test*/
.nrepl-port
yarn-error.log
template/yarn.lock
template/package-lock.json
template/package-lock.json
.clj-kondo/.cache
2 changes: 1 addition & 1 deletion template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ public/js
out
.shadow-cljs
.nrepl-port
.clj-kondo
.clj-kondo/.cache
yarn-error.log
report.html

0 comments on commit 8713b35

Please sign in to comment.