Skip to content

Instantly share code, notes, and snippets.

@d4hines
Last active June 7, 2018 18:09
Show Gist options
  • Save d4hines/4be1a62d4d1d6ddf858fb393a3c77d23 to your computer and use it in GitHub Desktop.
Save d4hines/4be1a62d4d1d6ddf858fb393a3c77d23 to your computer and use it in GitHub Desktop.
Sample Joker Configuration for Fulcro
{:known-macros [[fulcro.client.primitives/defsc [name args]]
[fulcro.client.mutations/defmutation [name args]]
[fulcro.server/defmutation [name args]]
fulcro.client.primitives/defui
[fulcro.client.routing/defrouter [name args]]
[fulcro-spec.suite/def-test-suite [name]]
[fulcro.client.cards/defcard-fulcro [name args]]
fulcro-spec.core/assertions]
:ignored-unused-namespaces [devcards.core]
:rules {:if-without-else true}
:known-tags [js]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment