Created
July 19, 2019 15:44
-
-
Save thenonameguy/d9f13155b2996e7d672542c5c84a0895 to your computer and use it in GitHub Desktop.
clj-kondo config example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:linters | |
{:invalid-arity | |
{:skip-args [clojure.template/do-template]}} | |
:lint-as {com.wsscode.pathom.connect/defresolver clojure.core/defn | |
com.wsscode.pathom.connect/defmutation clojure.core/defn | |
ghostwheel.core/>defn clojure.core/defn | |
ghostwheel.core/>defn- clojure.core/defn | |
fulcro.client.primitives/defsc clojure.core/defn | |
mount.core/defstate clojure.core/def}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment