Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thenonameguy
Created July 19, 2019 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thenonameguy/d9f13155b2996e7d672542c5c84a0895 to your computer and use it in GitHub Desktop.
Save thenonameguy/d9f13155b2996e7d672542c5c84a0895 to your computer and use it in GitHub Desktop.
clj-kondo config example
{: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