Skip to content

Commit

Permalink
Add funcool promesa config
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed May 7, 2022
1 parent 0f195a1 commit 7a79622
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .clj-kondo/funcool/promesa/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{:lint-as {promesa.core/-> clojure.core/->
promesa.core/->> clojure.core/->>
promesa.core/as-> clojure.core/as->
promesa.core/let clojure.core/let
promesa.core/plet clojure.core/let
promesa.core/loop clojure.core/loop
promesa.core/recur clojure.core/recur
promesa.core/with-redefs clojure.core/with-redefs}}

0 comments on commit 7a79622

Please sign in to comment.